/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

ashishkakkad.com
| | swiftwithmajid.com
4.3 parsecs away

Travel
| | Nowadays, Apple platform development has undergone significant changes. Previously, we believed that building the core of an app around UIKit and using SwiftUI for certain screens was a good idea. This week, we'll delve into the foundation of app development using SwiftUI, while also exploring UIKit for scenarios where performance truly matters.
| | swiftrocks.com
4.2 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.
| | rakyll.org
1.9 parsecs away

Travel
| | [AI summary] A tutorial demonstrating how to create Swift bindings for a Go Mobile framework to invoke Go functions from an iOS app.
| | whackylabs.com
23.5 parsecs away

Travel
| I very recently learned it the hard way that objc selectors can not be async.