iOS

16

What's New

iOS 16 introduces significant frameworks for health tracking and spatial computing, including HealthKit multisport support and the new RoomPlan 3D modeling framework. StoreKit 2 gains transaction verification and enhanced subscription management, while SwiftUI receives substantial UI improvements including customizable list backgrounds and multiline text fields. Graphics developers benefit from Metal mesh shaders and MetalFX upscaling, alongside networking enhancements for certificate-based authentication.

Highlights

Breaking Changes

  • CGImageCreate now enforces parameter correctness; incorrect CGImageByteOrderInfo values cause image load failures
  • Beta 4+ devices lack backwards compatibility with earlier beta versions
  • SwiftUI enforces view and view controller representables must be value types at runtime
  • List implementation no longer uses UITableView internally

Deprecations

  • FTP deprecated in URLSession; migrate to HTTPS and modern secure protocols
  • SKDownload API deprecated; nonconsumable in-app purchase asset hosting no longer supported
  • UIViewController shouldAutorotate deprecated; use supportedInterfaceOrientations instead
  • UIViewController attemptRotationToDeviceOrientation replaced by setNeedsUpdateOfSupportedInterfaceOrientations
  • MapKit APIs: MKMapLandscape, MKStandardMapConfigurationMapMode, MKMapView configuration, showsBuildings
  • navigationTitle modifier actions deprecated; use toolbarTitleActions modifier instead

Recent Releases

All releases →