/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

nilcoalescing.com
| | www.iamsim.me
5.2 parsecs away

Travel
| | Not being able to run arbitrary code in SwiftUI view builders can be quite annoying. The other day I realized it's possible to use self executing closures to work around this! Here's a contrived example that creates a stretchy header: struct ScrollThing: View { var body: some View { ScrollView { VStack(spacing: 0) { GeometryReader { g in Color.white .offset(y: { let offsetY = g.frame(in: .global).minY return offsetY > 0
| | benoitpasquier.com
4.2 parsecs away

Travel
| | With SwiftUI being recently introduced, I was curious if we could take advantage of SwiftUI preview to speed up testing localization and make sure your app looks great for any language.
| | sarunw.com
3.9 parsecs away

Travel
| | Part 2 in the series "Building Lists and Navigation in SwiftUI". We will explore a ScrollView, UIScrollView equivalent in SwiftUI.
| | www.windowscentral.com
26.0 parsecs away

Travel
| OpenAI CEO Sam Altman indicated that GPT-5 "feels very fast" while comparing its development to the Manhattan Project while highlighting his fears and concerns over the company's development.