/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.
| | ashishkakkad.com
1.5 parsecs away

Travel
| | SwiftUI announced in WWDC 2019. It's an innovative, exceptionally simple way to build user interfaces across all Apple platforms with the power of Swift. In previous blog I have shared some references from apple documents. We will learn it by examples. First of all let's start with simple UI. Create New Project Create new project ... Read more
| | 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.
| | nilcoalescing.com
28.2 parsecs away

Travel
| The focusable() modifier available since iPadOS 17 allows us to provide full keyboard navigation, even including custom views not focusable by default.