标签: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];
iOS 在TabViewController中的一个ViewController跳转到另一个ViewController
标签:blog http io ar os on 2014 log amp
原文地址:http://blog.csdn.net/willyang519/article/details/40874425