/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
| | sarunw.com
2.1 parsecs away

Travel
| | In iOS 16, we got a native way to present a bottom sheet in SwiftUI. Let's explore its behavior and limitation.
| | swiftwithmajid.com
4.0 parsecs away

Travel
| | During WWDC 23, SwiftUI introduced a new view modifier called visualEffect. This modifier allows us to attach a set of animatable visual effects by accessing layout information of the particular view. This week, we will learn how to use the new visualEffect view modifier in SwiftUI.
| | christianselig.com
3.9 parsecs away

Travel
| | [AI summary] An iOS developer explains how to recreate the centered, circular search bar found in Apple's visionOS apps by bridging SwiftUI and UIKit due to missing public APIs.
| | swiftwithmajid.com
28.7 parsecs away

Travel
| What I love most about SwiftUI is how the same code adapts to the environment and provides platform-specific solutions. This is how SwiftUI allows us to run the same code on all Apple platforms available on the market. This week, we will talk about inspectors, another API that perfectly adapts the platform it is running for.