/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

sintraworks.github.io
| | gist.github.com
5.5 parsecs away

Travel
| | A scrolling capable drop-in replacement for UIStackView. - ScrollingStackView.swift
| | benoitpasquier.com
3.2 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.
| | www.avanderlee.com
3.2 parsecs away

Travel
| | Auto Layout Constraints written programmatically in code by making use of Layout Anchors, Layout Guides, and a few useful extensions.
| | swiftrocks.com
28.6 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.