PinnedPublished inSwiftableMobile System Design (iOS): Swiggy/Zomato AppIn this article, I’m sharing insights on how to approach mobile system design with examples.Mar 105Mar 105
PinnedUI depends on State of the View? How Data Flow works in SwiftUI..In SwiftUI, data flow is handled through a reactive and declarative approach, where the UI state is determined by the app’s data. The…Jan 29Jan 29
what I mean here is removeLast() uses the @discardableResult, even though it return the value but…https://developer.apple.com/documentation/swift/string/removelast()Jan 31Jan 31
applicationDidEnterBackground & Beyond… (Swift iOS)When your app transitions to the background, the system triggers your app delegate’s applicationDidEnterBackground: method. During this…Jan 19Jan 19
Want to ignore return values? Use @discardableresult !!!In Swift, the @discardableResult attribute is used to indicate that it's acceptable to ignore the return value of a function. By applying…Jan 14Jan 14
Swift Access Specifiers: Safeguarding Code Security and Enhancing Library IntegrityAccess specifiers in Swift determine the visibility and accessibility of classes, structures, properties, methods, and other entities in…Jan 14Jan 14
iOS Interview || Deliveroo || iOS engineer || SwiftRound 1 — Problem solving:Nov 3, 20234Nov 3, 20234