-
Migrate to Swiftdata
Generate model classes Complete adoption Coexists with Core Data
-
Integrate with motorized iPhone stands using DockKit
Introduction to DockKit How it works Custom Control Device animations
-
Go beyond the window with SwiftUI
How to leverage VisionOS using SwiftUI, many of the tools and frameworks have been extended over the last few years. Making AR more accessible across devices and platforms. This is all about the Immersive Space in VisionOS. Both Windows and volumes let you display content within their bounds. To go outside of the window you…
-
Explore pie charts and interactivity in Swift Charts
Pie charts Chart(data, id: \.name) { element in SectorMark ( angle: .value(“Sales), element.sales) ) .foregroundStyle(by: .value(“Name”, element.name)) } Selection Scrolling
-
Discover Quick Look for spatial computing
Quick look is a system framework to preview and edit files. It is secure and private to protect you from unsafe files. Just hit space on macOS or long press on iOS. On VisionOS you pinch and drag the file outside of the application window. Supports print and drag for zooming on usdz files. This…