常见的控制跳转的宏定义

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

#define HHPOP                [self.navigationController popViewControllerAnimated:YES]

#define POPROOT             [self.navigationController popToRootViewControllerAnimated:YES]

原文地址:https://www.cnblogs.com/1018475062qq/p/7017432.html