|
You are here |
benoitpasquier.com | ||
| | | | |
sintraworks.github.io
|
|
| | | | | 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
|
|
| | | | | A scrolling capable drop-in replacement for UIStackView. - ScrollingStackView.swift | |
| | | | |
www.avanderlee.com
|
|
| | | | | Auto Layout Constraints written programmatically in code by making use of Layout Anchors, Layout Guides, and a few useful extensions. | |
| | | | |
blog.hobbyistsoftware.com
|
|
| | | [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. | ||