/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

nilcoalescing.com
| | www.swifttoolkit.dev
3.3 parsecs away

Travel
| | How to detect and read piped input in Swift, with async/await support
| | www.swiftbysundell.com
4.0 parsecs away

Travel
| | A situation that most Swift developers will encounter at one point or another is when some form of type erasure is needed to be able to reference a generic protocol. This week, let's start by taking a look at what makes type erasure such an essential technique in Swift, and then explore different "flavors" of implementing it - and how each flavor comes with its own set of pros and cons.
| | swiftwithmajid.com
4.0 parsecs away

Travel
| | I'm continuing to work on AI-generated content in my apps, and this time, we'll focus on image generation. You might be familiar with the Image Playground app on your Apple devices, which also has a Swift API. This week, we'll explore how to utilize the Image Playground framework to create image content within our apps.
| | movingparts.io
26.3 parsecs away

Travel
| Covering how to make custom view styles work like the build in ones. Plus, some new tricks we've learned in the time since.