What UX changes in my app are great in prior to iOS 26
Asked on 2025-07-08
1 search
In preparation for iOS 26, there are several UX changes that can enhance your app:
-
Liquid Glass Design: iOS 26 introduces a new design system featuring Liquid Glass, which is translucent and dynamic. This design is applied across system materials and controls, providing a fresh and fluid experience. Recompiling your app with the new SDK will automatically apply this new appearance to standard controls. You can further enhance your app by using Liquid Glass for custom controls and views. For more details, you can check out the session Build a UIKit app with the new design.
-
Updated Navigation and Toolbars: Navigation bars and toolbars have been updated to be transparent, floating above the content. This change is part of the new design system and can be seen in both SwiftUI and UIKit apps. For more information, refer to the session Build a SwiftUI app with the new design.
-
Enhanced Tab and Sidebar Views: The tab bar now floats above the content and can be customized by users, allowing them to reorder items and hide infrequently used options. The sidebar has also been made more flexible, adapting to different content sizes. This is particularly useful for apps with a lot of content, like song lists in a karaoke planner app. You can learn more in the session What’s new in SwiftUI.
-
Menu Bar on iPad: iOS 26 brings the menu bar from macOS to iPad, providing quick access to app functionality. This feature supports all menu images, submenus, and more, enhancing the user experience on iPad. For more details, see the session What’s new in UIKit.
-
Improved Performance and Flexibility: SwiftUI has received performance improvements, especially for lists and scrolling, making apps more responsive. Additionally, apps can now be more flexible with window resizing, particularly on iPadOS and macOS. This is covered in the session What’s new in SwiftUI.
These changes aim to create a more consistent and delightful user experience across Apple platforms.

Keynote
Don’t miss the exciting reveal of the latest Apple software and technologies.

What’s new in SwiftUI
Learn how you can use SwiftUI to build great apps for any Apple platform. Explore a fresh new look and feel for tabs and documents on iPadOS. Improve your window management with new windowing APIs, and gain more control over immersive spaces and volumes in your visionOS apps. We’ll also take you through other exciting refinements that help you make expressive charts, customize and layout text, and so much more.

Build a SwiftUI app with the new design
Explore the ways Liquid Glass transforms the look and feel of your app. Discover how this stunning new material enhances toolbars, controls, and app structures across platforms, providing delightful interactions and seamlessly integrating your app with the system. Learn how to adopt new APIs that can help you make the most of Liquid Glass.