Explore >> Select a destination


You are here

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

Travel
| | A scrolling capable drop-in replacement for UIStackView. - ScrollingStackView.swift
| | williamboles.com
4.7 parsecs away

Travel
| | UIAlertController alerts form the backbone of a lot of the interactions between our users and our apps. While there have been some changes to alerts over the years, very little has changed about their appearance or our ability to customise that appearance - this causes for app designers pain ??
| | swiftrocks.com
20.7 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.