/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

christianselig.com
| | nilcoalescing.com
3.9 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.
| | sarunw.com
4.6 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.
| | nilcoalescing.com
2.9 parsecs away

Travel
| | Programmatically scroll SwiftUI List to a particular item, using the fact that its internal implementation is based on UITableView.
| | sintraworks.github.io
32.4 parsecs away

Travel
| Not too long ago Chris Eidhof posted about making auto layout a bit easier by creating a Micro Auto Layout DSL, hinging on keypaths. In his post Chris suggested we add a few obvious extensions to his work, as an exercise. Sure, but I'd rather not leave it at that. There's a few more extensions that, I feel, would greatly benefit the expressiveness of the DSL, without growing the code base too much. In addition to being able to constrain an anchor to a constant, and to constrain to a different view, as Chris suggested, I also want to be able to supply a constraint priority, when needed, and I want to be able to create more constraints than only equal to, but without creating a host of separate functions to achieve all this. This will lead me to not only exten...