I am using a nice custom transition using a category following what I read here:
Changing the UINavigationController animation style
This is great, BUT when I hit the back button the back button animates sliding and fading to the right.
I do not want it to animate at all. I see the property popNavigationItemAnimated
but cannot seem to get this to work.
Anyone have a way to accomplish this?