-
Get Started with building apps for spatial computing
Fundamentals Where to Start How to build
-
Expand on Swift Macros
Why Macros Design Philosophy Translation Model Macro Roles Macro Implementation Writing correct macros
-
What’s New in App Clips
These are light versions of your app, allows users to try your app without installing There are three New size limit Default app Clip links Invoke From your App
-
Generalize APIs with parameter packs
This is an advance topic and builds on last year’s “Embrace Swift Generics” it is highly recommended that you review this before watching this session. What parameter packs solve How to read parameter packs Using parameter packs
-
Discover String Catalogs
Localization is created with String Catalogs, OS supports 40 languages today You used to have to maintain Strings and StringDict in your project. In Xcode 15 you will have String catalogs to simplify the process Will update my own app to this quickly. Complex editing is enabled to make it easier to convert strings, including…
