Apple adds Live SwiftUI Previews with device-aware accessibility simulation
Design · 4 min read
Apple shipped a major Xcode update today that expands SwiftUI Previews into a live, device-aware experience. The new Live Preview mode mirrors device accessibility settings (Dynamic Type, VoiceOver, color filters) and system-level states so what you see in the canvas matches what users will experience on-device.
The preview syncs across selected target devices and supports previewing variable fonts, locale fallback and Right-to-Left layouts simultaneously. For teams, Apple added a lightweight share link that embeds preview state so designers and engineers can critique the exact same UI context without rebuilding.
Under the hood, Apple says the feature uses a lightweight snapshot engine that mirrors UIKit/AppKit runtime behaviors without launching full simulators, reducing iteration times. Early adopters report faster handoffs and fewer accessibility regressions during the design-to-code cycle.