marty-suzuki / SAHistoryNavigationViewController

SAHistoryNavigationViewController realizes iOS task manager like UI in UINavigationContoller. Support 3D Touch!
MIT License
1.57k stars 91 forks source link

Very simple fix for animation flickering issue when returning to selected view controller from history. #5

Closed jakemarsh closed 9 years ago

jakemarsh commented 9 years ago

Before when selecting a view controller from the history, the navigation bar would be animating in at the same time, doing it without animation solves this problem and the transition is much nicer looking.

Cheers! This is a great idea!

marty-suzuki commented 9 years ago

Transition is more smoother than before. Thank you for your pull request!