/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

www.avanderlee.com
| | sintraworks.github.io
3.9 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...
| | benoitpasquier.com
1.9 parsecs away

Travel
| | In iOS development, content alignment and spacing is something that can take a lot of our time. Today, let's explore how to set constraint with UIKit, update them and resolve constraint conflicts.
| | swiftrocks.com
4.5 parsecs away

Travel
| | The choice between using Storyboards and writing views programmatically is very subjetive. Having dealt with both in the past, I personally vouch for writing projects entirely through view code as it allows multiple people to work in the same class without nasty conflicts, and easier code reviews.
| | www.onswiftwings.com
30.9 parsecs away

Travel
| Learn how to build an iOS application that follows MVVM Design Pattern and uses Combine framework