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:
iOS Camera App: The
The "Mode Switcher" (swiping, where you swipe between Photo, Video, Cinematic, etc.)and other modes.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