/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.jessesquires.com
| | www.neilmacy.co.uk
4.0 parsecs away

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

Travel
| | I very recently learned it the hard way that objc selectors can not be async.
| | swiftrocks.com
2.0 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.
| | brunoscheufler.com
23.4 parsecs away

Travel
| While Go doesn't come with the typical language concepts for inheritance-based type hierarchies? it provides a powerful concept to reuse parts from other interfaces and structs, using embedding....