#define PUSH(controller) [self.navigationController pushViewController:controller animated:YES]
#define HHPOP [self.navigationController popViewControllerAnimated:YES]
#define POPROOT [self.navigationController popToRootViewControllerAnimated:YES]
本文共 303 字,大约阅读时间需要 1 分钟。
#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