/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

sarunw.com
| | osinski.dev
2.5 parsecs away

Travel
| | [AI summary] The author details a custom implementation of snapshot testing for self-sizing iOS table view cells to ensure UI consistency and generate documentation screenshots.
| | www.neilmacy.co.uk
1.1 parsecs away

Travel
| | A really nice improvement to Previews, with a macro cleaning up the boilerplate, and parity between SwiftUI and UIKit.
| | www.avanderlee.com
1.8 parsecs away

Travel
| | Using the #Preview Swift Macro you can create previews more quickly for all your SwiftUI, UIKit, and AppKit views.
| | sarunw.com
27.9 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.