16.2
What's New
iOS 16.2 SDK brings refinements to SwiftUI animation control and Table API design. The release deprecates legacy Table initializers in favor of new ones with explicit type parameters, improving compiler type-checking performance. Developers can now disable NavigationStack animations using transaction control.
Highlights
- Control NavigationStack animations by disabling them via withTransaction with disablesAnimations flag
- Xcode 14.2 bundled with iOS 16.2 SDK for improved development support
- Enhanced Table initializers with explicit type parameters for better compiler performance
Deprecations
- Certain Table initializers deprecated in favor of new initializers with explicit 'of:' parameter for type specification