`
zl4393753
  • 浏览: 333379 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

code for view transition

 
阅读更多
[self.navigationController pushViewController:self.targetViewController animated:YES];

Comment: The navigationController object is a stack that contains viewControllers. The view at the top of the stack is the one that gets rendered. So all we are doing is pushing a viewController onto this stack. There last part animated:YES, tells the compiler that we want an animated transition to the next view
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics