标签:blog io os 使用 sp on div log bs
1.UINavigationController
popToViewController 对应popViewControllerAnimated:
也可以使用:
[self.navigationController popToRootViewControllerAnimated:YES]
[self.navigationController popToViewController:vc animated:YES];
UIViewControllerA *aVC = [UIViewControllerA alloc] init]l;
[self.navigationController popToViewController: aVC animated:YES];
[self.navigationController popViewControllerAnimated:YES]
2.
presentModalViewControllerAnimated对应dismissModalViewControllerAnimated
标签:blog io os 使用 sp on div log bs
原文地址:http://www.cnblogs.com/apem/p/4125936.html