/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

sarunw.com
| | swiftwithmajid.com
7.6 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.
| | mjtsai.com
4.6 parsecs away

Travel
| |
| | nilcoalescing.com
10.0 parsecs away

Travel
| | Swift 5.9 introduced the use of if/else statements as expressions, simplifying value returns, variable assignments, and enhancing code readability.
| | www.iamsim.me
40.8 parsecs away

Travel
| In the first installment of this blog series on UIKit and The Composable Architecture we talked about how we can reduce the boiler plate required to setup a view controller powered by a Store. This post will build on that and see what it takes to implement a collection view. The first thing you need to know about rendering items from a TCA Store in a table or collection view is that we won't be referring to the items by IndexPath.