Turning on strict concurrency checking doesn't protect you from accidentally blocking the main actor. Something I find way too easy to do as I learn how to use Swift Concurrency. #SwiftLang#iOSDev#SwiftUI https://t.co/w99aLVPugd
I never fully understood what was going on using Xcode Intent Definition files to create app shortcuts. The App Intents framework (iOS 16) gets rid of the config files but it's still a lot to learn. #iOSDev https://t.co/5wEWyM3B2F
Each year I think I’ve done the last update to my Auto Layout book but Apple manages to change just enough to tempt me. The latest edition is updated for Xcode 15 and iOS 17. For 20% off with code BLACKFRIDAY follow this link https://t.co/NVdfFHELsy #iOSDev
Apple deprecated traitCollectionDidChange in iOS 17, replacing it with a method to register for specific trait changes. #iOSDev#UIKit https://t.co/KSCUeWgKQo
Notes from my WWDC23 Core Data lab, mostly about CloudKit sync but touching on SwiftData and a few other things https://t.co/6Kc8EJNz76 #WWDC23#CoreData