/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

benoitpasquier.com
| | sintraworks.github.io
3.2 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...
| | gist.github.com
3.8 parsecs away

Travel
| | A scrolling capable drop-in replacement for UIStackView. - ScrollingStackView.swift
| | www.avanderlee.com
1.0 parsecs away

Travel
| | Auto Layout Constraints written programmatically in code by making use of Layout Anchors, Layout Guides, and a few useful extensions.
| | blog.hobbyistsoftware.com
37.4 parsecs away

Travel
| [AI summary] A developer shares a tutorial on how to access related Objective-C header files from an app's info.plist in the Mac sandbox using a custom FilePresenter and NSFileCoordinator.