1.用UINavigationController的时候用pushViewController:animated
前往: [self.navigationControllerpushViewController:webBrowseranimated:YES];
返回: [self.navigationControllerpopViewControllerAnimated:YES];
2. 其他时候用presentModalViewControll er:animated
前往:[self presentModalViewController:myviewControlleranimated:YES];
返回:[self
dismissViewControllerAnimated:YES
completion:nil];

7945

被折叠的 条评论
为什么被折叠?



