I am looking for the specific native API or implementation approach to replicate the horizontal swipe interaction found in two specific iOS system apps:
iOS Camera App
The "Mode Switcher", where you swipe between Photo, Video, Cinematic, and other modes.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?