/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

trycombine.com
| | www.onswiftwings.com
1.4 parsecs away

Travel
| | Using property wrappers to define atomic properties in Swift
| | davedelong.com
3.4 parsecs away

Travel
| | In the previous post, I shared how you can create custom property wrappers that will work with SwiftUI's view updating mechanism. I wrote that because I've got one other neat property wrapper to share, but understanding how it works requires knowing how to make custom wrappers. Now that I've got that out of the way...
| | swiftrocks.com
3.3 parsecs away

Travel
| | SwiftUI is a revolutionary framework announced by Apple in WWDC 2019 and you might've noticed that it looks pretty different from regular Swift. Let's see why.
| | swiftwithmajid.com
38.9 parsecs away

Travel
| Apple released Swift 5.5 almost three years ago. The main addition to the release was the Swift Concurrency feature. It introduced async and await keywords, allowing us to build concurrent apps in a new way. This week, we will learn how Swift determines where to run your function in a concurrent environment.