ios - how to edit back button push style transition -


i create 2 page vc has tableview , push style transition together.

i want custom button push style transition when return pervious page page reload again , receive data again.

if custom transition need can start off with:

[uiview beginanimations:nil context:nil]; [uiview setanimationduration:1.0]; [uiview setanimationtransition:uiviewanimationoptiontransitionflipfrombottom forview:[[self navigationcontroller] view] cache:yes];  [[self navigationcontroller] popviewcontrolleranimated:no];  [uiview commitanimations]; 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -