A drop-in universal library helps you to manage the navigation bar styles and makes transition animations smooth between different navigation bar styles while pushing or popping a view controller for all orientations. And you don't need to write any line of code for it, it all happens automatically.
MIT License
3.38k
stars
457
forks
source link
Basic master detail animation not functioning. #102
example repo here: https://github.com/thexande/nav_bar_color_transition/tree/master/nav_bar_color_transition
Any idea why the transition works once, but after detail view controller gets popped the navigation bar color remains the same?
Here is my basic implementation:
Thoughts?