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.