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
Post a Comment