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.

Make your UIKit app more flexible
Find out how your UIKit app can become more flexible on iPhone, iPad, Mac, and Apple Vision Pro by using scenes and container view controllers. Learn to unlock your app’s full potential by transitioning from an app-centric to a scene-based lifecycle, including enhanced window resizing and improved multitasking. Explore enhancements to UISplitViewController, such as interactive column resizing and first-class support for inspector columns. And make your views and controls more adaptive by adopting new layout APIs.

What’s new in UIKit
Modernize your app with the latest APIs in UIKit, including enhanced menu bar support, automatic observation tracking, a new UI update method, and improvements to animations. We’ll also cover how you can include SwiftUI scenes in your UIKit app and explore SF Symbols, HDR color pickers, and more.

Platforms State of the Union
Discover the newest advancements on Apple platforms.