Explore >> Select a destination


You are here

swiftui-lab.com
| | sarunw.com
3.1 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.
| | nilcoalescing.com
3.1 parsecs away

Travel
| | Discover how to use the @Observable macro in SwiftUI and its advantages over ObservableObject, such as more efficient view updates and simplified code management.
| | blog.hobbyistsoftware.com
3.5 parsecs away

Travel
| | [AI summary] The author provides a custom SwiftUI environment variable implementation to detect keyboard visibility in cross-platform iOS and macOS apps.
| | www.neilmacy.co.uk
34.8 parsecs away

Travel
| A really nice improvement to Previews, with a macro cleaning up the boilerplate, and parity between SwiftUI and UIKit.