PinnedPublished inSwiftableMobile System Design (iOS): Swiggy/Zomato AppIn this article, I’m sharing insights on how to approach mobile system design with examples.Mar 10, 20245Mar 10, 20245
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 29, 2024Jan 29, 2024
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 31, 2024Jan 31, 2024
applicationDidEnterBackground & Beyond… (Swift iOS)When your app transitions to the background, the system triggers your app delegate’s applicationDidEnterBackground: method. During this…Jan 19, 2024Jan 19, 2024
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 14, 2024Jan 14, 2024
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 14, 2024Jan 14, 2024
iOS Interview || Deliveroo || iOS engineer || SwiftRound 1 — Problem solving:Nov 3, 20234Nov 3, 20234