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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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