Explore >> Select a destination


You are here

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

Travel
| | The new backgroundExtensionEffect() modifier in iOS 26 lets us extend and blur visual content beyond a view's bounds, creating continuous backgrounds behind elements like sidebars, inspectors, and overlay controls.
| | nilcoalescing.com
3.4 parsecs away

Travel
| | Starting from iOS 16 and macOS 13 SwiftUI List view can automatically generate move and delete operations without the need of onDelete() and onMove() closures.
| | nilcoalescing.com
1.7 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.
| | swiftui-lab.com
25.1 parsecs away

Travel
| Some SwiftUI views have protocols to customize styling. We'll explore some of them, and also how we can apply the same pattern to our own custom views.