美文网首页
A---push--->C C---pop---&

A---push--->C C---pop---&

作者: panda_熊猫 | 来源:发表于2018-06-02 14:28 被阅读8次
/**
   push
 A------>C  
   pop
 C------>B
   pop
 B------>A
 */


BViewController *controller = [[BViewController alloc] init];
[self.controllers insertObject:controller atIndex:1];
[self.navigationController setViewControllers:self.controllers];

相关文章

网友评论

      本文标题:A---push--->C C---pop---&

      本文链接:https://www.haomeiwen.com/subject/ngdrsftx.html