In ios7 changed the animation of pushViewController, and I really don't like how it looks now (blackout + in the end of the animation slowing down).
I would like to do as it looked in ios6.
Found two solutions:
1. stackoverflow.com/questions/18867248/restore-pre-i...
Does not work when you push back.
2. github.com/nicklockwood/OSNavigationController — fully replaces the UINavigationController, animation becomes exactly the same as in ios6, but some features fall off the native UINavigationController, for example hidesBottomBarWhenPushed does not work + observed bugs with navigationBar.
Met anyone a fully working solution for this problem?
And do you like the new animation?