/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.neilmacy.co.uk
| | swiftrocks.com
4.1 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.
| | jessesquires.github.io
2.5 parsecs away

Travel
| | [AI summary] This page documents the Swift CellViewModel protocol used for configuring and managing cells in a UICollectionView.
| | www.codevoid.net
3.7 parsecs away

Travel
| | While making a concerted effort to learn Swift properly, I finally understood an unexpected pattern I saw with extensions
| | www.neilmacy.co.uk
20.9 parsecs away

Travel
| A really nice improvement to Previews, with a macro cleaning up the boilerplate, and parity between SwiftUI and UIKit.