/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

doordash.engineering
| | sarunw.com
3.4 parsecs away

Travel
| | The last part in a series on understanding data in SwiftUI. See all tools SwiftUI provided to declare different types of data and dependency. Learn when and how to use @State, @Binding, ObservableObject, @ObservedObject, @EnvironmentObject, and @Environment.
| | swiftui-lab.com
3.2 parsecs away

Travel
| | In this post we will explore examples on how to use NSUserActivity with SwiftUI, to interact with Siri, Spotlight, Handoff and Universal Links.
| | www.cocoawithlove.com
2.6 parsecs away

Travel
| | I'll look at the pattern that application architectural pattern that emerges naturally when writing SwiftUI apps in a minimalist way. I'll also look at the different roles that exist in the basic SwiftUI application architecture.
| | www.indragie.com
25.3 parsecs away

Travel
| Building type-safe table view data sources in Swift that decouple implementation from view controllers, reduce boilerplate, and maximize type safety while bridging to Objective-C UITableView APIs.