码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 在TabViewController中的一个ViewController跳转到另一个ViewController

时间:2014-11-07 01:01:59      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   ar   os   on   2014   log   amp   

步骤一:

#import "AppDelegate.h"

步骤二:

在需要跳转的地方:

    AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
    UITabBarController *tabViewController = (UITabBarController *) appDelegate.window.rootViewController;
    [tabViewController setSelectedIndex:2];

参考:

http://stackoverflow.com/questions/10307350/any-code-example-of-how-access-viewcontroller-from-uitabbarcontroller

iOS 在TabViewController中的一个ViewController跳转到另一个ViewController

标签:blog   http   io   ar   os   on   2014   log   amp   

原文地址:http://blog.csdn.net/willyang519/article/details/40874425

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!