/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

swiftwithmajid.com
| | nilcoalescing.com
2.3 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.
| | nilcoalescing.com
2.4 parsecs away

Travel
| | Present a half-sheet in SwiftUI by specifying supported detents with the new presentationDetents() modifier in iOS 16.
| | www.beckyhansmeyer.com
2.2 parsecs away

Travel
| | A blog about Apple and indie iOS development using Swift and SwiftUI.
| | sintraworks.github.io
22.5 parsecs away

Travel
| Some months ago I read this article by Agnes Vasarhelyi. It's about-guess what-scrollable UIStackViews. More precisely, it's about how to correctly set up a UIStackView within a UIScrollView, using autolayout. Not long after that, I needed extactly that: a scrolling stack view for a screen I was developing at work. I decided to create something simple, yet convenient and reusable. I didn't want to create a fancy view controller with all manner of bells and whistles. Just a simple view, that acts as scrolling stack view. Also, I did not want to have to write something like scrollView.stackView.axis = .vertical, but rather stackView.axis = .vertical.