iphone - UINavigationController - how to not animate when popping using backbutton? -


this ought simple can't figure 1 out:

the default behaviour when clicking backbutton in uinavigationcontroller current view gets popped animation. how can override default behaviour transition not animated?

[self.navigationcontroller poptoviewcontroller:viewcontroller animated:no];

http://developer.apple.com/library/ios/documentation/uikit/reference/uinavigationcontroller_class/reference/reference.html#//apple_ref/occ/instm/uinavigationcontroller/poptoviewcontroller:animated:


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -