7 articles on Architecture for iOS performance

Clear Filters

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.

Introducing Swift Distributed Actors

Company: Swift.org · Oct 28, 2021
Platform: iOS

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...

Developing on iOS and Android

Company: Square · Apr 22, 2019
Platform: iOS

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.

iOS UI Development in Badoo

Company: Badoo · Aug 1, 2018
Platform: iOS

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...

Screen Navigation in iOS

Company: Bumble · Dec 19, 2017
Platform: iOS

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...

Singleton, Service Locator and Tests in iOS

Company: Badoo · Dec 5, 2017
Platform: iOS

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...

Loading articles...