/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
| | swiftwithmajid.com
4.0 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.
| | blog.hobbyistsoftware.com
5.0 parsecs away

Travel
| | [AI summary] The author provides a custom SwiftUI environment variable implementation to detect keyboard visibility in cross-platform iOS and macOS apps.
| | arturgruchala.com
6.4 parsecs away

Travel
| | Parallax headers are a popular design pattern that can be used to create visually stunning interfaces in mobile and web applications. A parallax header creates the illusion of depth and movement by moving content at different speeds as the user scrolls. In this blog post, we'll be discussing the implementation
| | nilcoalescing.com
26.4 parsecs away

Travel
| Make your views and controls fit perfectly within their containers using new SwiftUI APIs in iOS 26 such as the ConcentricRectangle shape and the containerShape() view modifier.