Back Button Animation in Navigation Controller

后端 未结 5 1815
执笔经年
执笔经年 2021-02-10 19:39

CATransitions can be used to animate transitions in Navigation Controllers when drilling down. However when using Back button og Navigation Controller (going back up) animation

5条回答
  •  野的像风
    2021-02-10 20:08

    If you want animation like back button of navigation controller bar just put following code in your action.

    [self.navigationController popViewControllerAnimated:YES];

提交回复
热议问题