Community became my fuel.
@DeepDishSwift πŸ•, #WWDC23 🍏 β€” meeting people I’d only known online was transformative.
These events gave me support, energy, and the feeling of belonging that I didn’t know I needed.

From #WWDC25 into the amazing world of #WWDC23. 🌟

A quick jump to TipsKit. πŸš€

Having a new project is a blessing! You can use all the new features that the platform gives you. πŸ’‘

#CommitPhotos will provide handy tips to make it clear how to use the app! πŸ“Έ

finally getting to watch the WWDC Interview from the theatre. Great to see it spatial video! #WWDC23

New note provided by Ruslan Kavetsky for #WWDC23 session "Beyond scroll views". πŸ“

Check it out: πŸ‘‡πŸ‘‡πŸ‘‡
https://wwdcnotes.com/documentation/wwdcnotes/wwdc23-10159-beyond-scroll-views

Documentation

Shoutout to #SwiftData for already breaking some of the API explanations in #WWDC23 videos πŸ™„
Apple: alla wwdc possibili emoji generate dall'intelligenza artificiale e partnership con openai

Siri non sarΓ  il tuo amico chatbot AI.

AiBay
Debugging and testing - Orange digital accessibility guidelines

Improve your diagnostic experience through logging and learn how to use the test report in Xcode.

πŸ’Ύ Did you know that Apple introduced a new way to do Core Data migrations programmatically in #WWDC23?

Learn all about them in my latest article!

#iosdev #swiftlang

https://www.polpiella.dev/staged-migrations

Core Data staged migrations

As announced in WWDC23, and very similarly to the way you perform migrations across Swift Data models, you can now define Core Data migrations programmatically using an NSStagedMigrationManager instance.This method works by defining a series of migration steps (called stages) that describe how to migrate across different versions of your model.