-
Meet MapKit for SwiftUI
Expanded swiftUI API Use MapKit to your app, This is a code along class. Adding a marker to a Map, is like adding a view to al list. Markers are used to display content on a map. Annotation allows your to provide a view at a specific location Using the content builder closure…
-
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