how to keep old ui style even when compile with iOS26 sdk

Asked on 06/11/2025

1 search

To maintain the old UI style when compiling with the iOS 26 SDK, you can use the option provided by Apple to continue using your app's current design with Xcode 26. This option is intended to give developers time to adopt the new design, but it is expected to be removed in the next major release. Therefore, it's a temporary solution to keep the old UI style.

For more details, you can refer to the Platforms State of the Union session, where this option is discussed.