ios开发之--跳转到指定的TabBarViewController中的某一个VIewController

Posted 稻草人11223

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ios开发之--跳转到指定的TabBarViewController中的某一个VIewController相关的知识,希望对你有一定的参考价值。

比较简单,也很实用,方法大同小异,仅做记录,方法的系统记录如下:

[self dismissViewControllerAnimated:YES completion:^{

        // 这是从一个模态出来的页面跳到tabbar的某一个页面

        AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];

        UITabBarController *tabViewController = (UITabBarController *) appDelegate.window.rootViewController;

        [tabViewController setSelectedIndex:2];

    }];

需要跳转的时候,跳即可

以上是关于ios开发之--跳转到指定的TabBarViewController中的某一个VIewController的主要内容,如果未能解决你的问题,请参考以下文章

iOS跳转到QQ群或指定QQ客服页面

iOS极光推送跳转到指定页面

如何从微信浏览器中跳转到APP指定页面

iOS 删除默认主页Main.storyboard及跳转到指定自定义主页

iOS远程推送点击消息跳转到指定页面

iOS通过代码跳转到指定的StoryBoard