常见的控制跳转的宏定义

#define PUSH(controller)  [self.navigationController pushViewController:controller animated:YES]

#define HHPOP                [self.navigationController popViewControllerAnimated:YES]

#define POPROOT             [self.navigationController popToRootViewControllerAnimated:YES]

posted on 2017-06-15 14:09  1018475062  阅读(201)  评论(0)    收藏  举报