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

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

时间:2018-04-04 21:04:37      阅读:564      评论:0      收藏:0      [点我收藏+]

标签:简单   post   dismiss   log   select   col   系统   pos   gpo   

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

[self dismissViewControllerAnimated:YES completion:^{

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

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

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

        [tabViewController setSelectedIndex:2];

    }];

需要跳转的时候,跳即可

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

标签:简单   post   dismiss   log   select   col   系统   pos   gpo   

原文地址:https://www.cnblogs.com/hero11223/p/8718740.html

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