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];
Comments
Post a Comment