Skip to main content

I am looking for the specific native APInative API or implementation approach to replicate the horizontal swipe interaction found in two specific iOS system apps:

  1. iOS Camera App: The
    The "Mode Switcher" (swiping, where you swipe between Photo, Video, Cinematic, etc.)and other modes.

  2. Safari: The
    The bottom bar interaction when switching between Tab Groups or Private Browsing.

I want to reproduce exactly what these native components do, including the visual style and the swipe interaction.

Is there a specific UIKit component or SwiftUI modifier designed to achieve this exact "Camera Mode" style transition natively?

If there is no single API, what is the standard native way to implementapproach for implementing this specific combination of snapping behavior, fading opacity, and background blending?

Thanks

I am looking for the specific native API or implementation approach to replicate the horizontal swipe interaction found in two specific iOS system apps:

  1. iOS Camera App: The "Mode Switcher" (swiping between Photo, Video, Cinematic, etc.).

  2. Safari: The bottom bar interaction when switching between Tab Groups or Private Browsing.

I want to reproduce exactly what these native components do, including visual style and swipe interaction.

Is there a specific UIKit component or SwiftUI modifier designed to achieve this exact "Camera Mode" transition natively?

If there is no single API, what is the standard native way to implement this specific combination of snapping, fading opacity, and background blending?

Thanks

I am looking for the specific native API or implementation approach to replicate the horizontal swipe interaction found in two specific iOS system apps:

  1. iOS Camera App
    The "Mode Switcher", where you swipe between Photo, Video, Cinematic, and other modes.

  2. Safari
    The bottom bar interaction when switching between Tab Groups or Private Browsing.

I want to reproduce exactly what these native components do, including the visual style and the swipe interaction.

Is there a specific UIKit component or SwiftUI modifier designed to achieve this exact "Camera Mode" style transition natively?

If there is no single API, what is the standard native approach for implementing this specific combination of snapping behavior, fading opacity, and background blending?

Source Link
Kael
  • 17
  • 1

How to apply the iOS 26 "Liquid Glass" swipe transition effect like Camera Mode or Safari Private Mode switcher natively?

I am looking for the specific native API or implementation approach to replicate the horizontal swipe interaction found in two specific iOS system apps:

  1. iOS Camera App: The "Mode Switcher" (swiping between Photo, Video, Cinematic, etc.).

  2. Safari: The bottom bar interaction when switching between Tab Groups or Private Browsing.

I want to reproduce exactly what these native components do, including visual style and swipe interaction.

Is there a specific UIKit component or SwiftUI modifier designed to achieve this exact "Camera Mode" transition natively?

If there is no single API, what is the standard native way to implement this specific combination of snapping, fading opacity, and background blending?

Thanks

created from staging ground