talk-data.com talk-data.com

Topic

swiftui

6

tagged

Activity Trend

2 peak/qtr
2020-Q1 2026-Q1

Activities

6 activities · Newest first

J'expliquerais comment migrer progressivement des vues UIKit vers SwiftUI tout en conservant une navigation basée sur UINavigationController grâce au Coordinator Pattern.\n\nL'idée est de tirer parti de SwiftUI pour moderniser l'interface sans perturber l'architecture existante ni devoir réécrire toute la navigation. On verra comment utiliser UIHostingController pour intégrer des vues SwiftUI dans UIKit et inversement, tout en maintenant une séparation claire des responsabilités.

Adopting SwiftUI across a large iOS engineering organization. The biggest change in iOS development in the last decade is the introduction of SwiftUI for building interfaces declaratively. In this talk, learn how Etsy adopted SwiftUI in a previously UIKit-centric organization. The effort enabled dozens of iOS engineers to use SwiftUI to iterate more quickly in their work on the Etsy app for buyers, named an Essential Shopping App in Apple's App Store.

I’ll talk about the mental model I’ve built up for SwiftUI, focusing on how view code translates into trees and how trees translate into the attribute graph. We’ll look at both the state and layout subsystems of SwiftUI. Chris is the co-founder of objc.io, creator of Deckset, host of Swift Talk, author of multiple Swift-related books, and most recently wrote Thinking in SwiftUI.