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

第一步:

#import "AppDelegate.h"

步骤二:

在须要跳转的地方:

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

參考:

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

上一篇:[WinAPI] API 13 [遍历指定目录 打印文件和其他属性]


下一篇:检验金额合法性, 只能是正数 或小数(常用js总结)