prevent navigationbaritem from animating in iphone
Posted
by pabloruiz55
on Stack Overflow
See other posts from Stack Overflow
or by pabloruiz55
Published on 2010-05-22T22:35:50Z
Indexed on
2010/05/22
22:40 UTC
Read the original article
Hit count: 120
iphone
I have a navigation bar which i push 2 navigationBarIems without animation (animate:NO).
I am animating the transition from views, so i don't want those items to animate atomatically. The problem is that when i touch the button from the bar to go to the previous view in the stack, it DOES get animated. How can i change that behaviour?
© Stack Overflow or respective owner