how to do the new ios 18 scale navigation?

Asked on 07/31/2024

1 search

To implement the new scale navigation in iOS 18, you can take advantage of the new zoom transition feature introduced in UIKit. This transition is continuously interactive, allowing users to grab and drag it around from the beginning or during the transition. It enhances the sense of continuity in your app by keeping the same UI elements on screen across the transition.

For a detailed overview of the new zoom transition and other related features, you can refer to the "Fluid transitions" chapter in the What’s new in UIKit session.

Additionally, the "Elevate your tab and sidebar experience in iPadOS" session provides insights into how the tab bar and sidebar have been refreshed in iOS 18, which might be useful for understanding the broader context of navigation improvements. You can start with the "Tab bar and sidebar refresh" chapter in the Elevate your tab and sidebar experience in iPadOS session.