Apple Music Bottom Bar for iOS 26 & iOS 18 Using SwiftUI | Xcode 26
🕑 Added 2025-06-20 19:42:27 +0000 UTCHello Guys 🖐🖐🖐
In this video, I’ll show you how to use the new APIs to recreate the new Apple Music Bottom Bar with ZoomTransition Using SwiftUI,
YouTube Video: https://youtu.be/zkgVOUytH1g
Download Code 👇
Comments
Libasse Mbaye
Cannot infer contextual base in reference to member 'onScrollDown' And Value of type 'some View' has no member 'tabBarMinimizeBehavior'
Libasse Mbaye
Hello, I have to issues on this section: .tabBarMinimizeBehavior(.onScrollDown) .tabViewBottomAccessory { MiniPlayerView() .matchedTransitionSource(id: "MINIPLAYER", in: animation) .onTapGesture { expandMiniPlayer.toggle() } }
Estelle
Thank you! Probably a dumb question but how can I change the colors of the icons (both selected and unselected)?