Search code examples
iosuinavigationbartransitiontransparentios9

Transition to Transparent UINavigationBar (Apple Music like Navigation Bar)


I'm trying to copy the iOS Music app push/pop transition from a semi transparent to a transparent UINavigationBar, while keeping the UIBarButtonItems visible. Since the navigation bar doesn't move itself, I believe you need to set the UINavigationBar transparent for both UIViewControllers and add a subview to the UIViewController under the transparent UINavigationBar to simulate a semi transparent UINavigationBar. Any solutions for this issue?

iOS Music app transition


Solution

  • These are the best github repos I found:

    https://github.com/forkingdog/FDFullscreenPopGesture https://github.com/kingiol/KDInteractiveNavigationController https://github.com/MoZhouqi/KMNavigationBarTransition