/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

osinski.dev
| | noahgilmore.com
1.0 parsecs away

Travel
| | It's been a year since SwiftUI was released, and many iOS developers who are lucky to only support the two most current iOS versions will soon be able to start writing SwiftUI in their production apps. There are clear benefits to using SwiftUI (I could probably devote a whole post to them), so the question I've been thinking about is: where to start?
| | williamboles.com
2.9 parsecs away

Travel
| | UIAlertController alerts form the backbone of a lot of the interactions between our users and our apps. While there have been some changes to alerts over the years, very little has changed about their appearance or our ability to customise that appearance - this causes for app designers pain
| | sarunw.com
2.5 parsecs away

Travel
| | Learn how to use UIView as a SwiftUI view.
| | nilcoalescing.com
21.8 parsecs away

Travel
| Build a stretchy image header in SwiftUI using the visualEffect() modifier, scaling the image on pull-down without tracking scroll offset or modifying its frame.