7 articles on Architecture for iOS performance
Showing 7 of 7 articles (Page 1 of 1)
A comprehensive guide to the coordinator pattern for SwiftUI navigation using NavigationStack. Covers type-safe routes with enums, deep linking, onboarding flows, and auth state management with practical code e...
DoorDash uses deep learning to nail ETA predictions with precision.
Apple announces the open-source release of the Swift Distributed Actors library, a complete server-oriented cluster framework built on top of Swift's experimental distributed actor language feature and SwiftNIO...
Square explores how iOS and Android have converged, why teams still build everything twice, and their approach to cross-platform collaboration including multiplatform Kotlin experiments.
Badoo's iOS team shares four UI development techniques used to build highly maintainable and testable UIs in a medium-to-large team: implementing UI in code instead of XIBs, using layout anchors, component-driv...
Bumble's iOS team walks through progressively advanced screen navigation patterns, from basic UIViewController presentation to testable dependency-injected navigation using protocol-oriented programming. The ar...
Badoo's iOS team reviews the Singleton and Service Locator patterns, explaining why they are often considered anti-patterns and when it is appropriate to use them. The article discusses strategies for keeping c...