IOS子UITabBarController效果

来源:互联网 发布:战网获取数据索引 编辑:程序博客网 时间:2024/05/06 19:58

index:效果展示:

                                   



1.新建一个 UITabBarController作为根视图的子视图

2.新建4个表视图,作为UITabBarController的子视图如图





3.UITabBarController的代码如下:


- (void)viewDidLoad{    [super viewDidLoad];            //首页    //初始化一个视图控制器    HomeViewController *home = [[HomeViewController alloc]init];    //设置视图控制器背景颜色    home.view.backgroundColor = [UIColor redColor];    //设置标题    home.title = @"首页";    //设置该视图的tabbar的图标    home.tabBarItem.image = [UIImage imageNamed:@"tabbar_home"];    //为该视图添加导航控制器    UINavigationController *homeNav = [[UINavigationController alloc]initWithRootViewController:home];    //添加到父视图中    [self addChildViewController:homeNav];        //消息    HomeViewController *message = [[HomeViewController alloc]init];    message.view.backgroundColor = [UIColor blackColor];    message.title = @"消息";    message.tabBarItem.image = [UIImage imageNamed:@"tabbar_message_center"];    UINavigationController *messageNav = [[UINavigationController alloc]initWithRootViewController:message];    [self addChildViewController:messageNav];            //广场    HomeViewController *discover = [[HomeViewController alloc]init];    discover.view.backgroundColor = [UIColor blueColor];    discover.title = @"广场";    discover.tabBarItem.image = [UIImage imageNamed:@"tabbar_discover"];        UINavigationController *discoverNav = [[UINavigationController alloc]initWithRootViewController:discover];    [self addChildViewController:discoverNav];        //首页    HomeViewController *me = [[HomeViewController alloc]init];    me.view.backgroundColor = [UIColor greenColor];    me.title = @"我";    me.tabBarItem.image = [UIImage imageNamed:@"tabbar_profile"];    UINavigationController *meNav = [[UINavigationController alloc]initWithRootViewController:me];    [self addChildViewController:meNav];}



由于代码过于冗余,时间仓促没来得及优化,谅解。。。

0 0
原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 ipad2玩游戏闪退怎么办 腌的生姜太咸了怎么办 机场行李拿错了怎么办 飞机行李拿错了怎么办 剑灵召唤兽死了怎么办 微信红包超10万怎么办 汽车被刮了油漆怎么办 车被轻微刮花了怎么办 车被故意刮花了怎么办 车子自己刮花了怎么办 刚买的新车刮了怎么办 40周胎盘才一级怎么办 没感情了想离婚怎么办 对老公没感情了怎么办 和老公没感情了怎么办 跟老公没感情了怎么办 对老公感情淡了怎么办 和老公感情淡了怎么办 脖子又短又粗怎么办 18岁胸越来越小怎么办 觉得自己变丑了怎么办 我的皮肤很黑怎么办 喝老婆奶水会硬怎么办 真的很讨厌老公怎么办 老婆很讨厌我了怎么办 2岁泰迪牙齿掉了怎么办 4岁泰迪门牙掉了怎么办 种牙寿命结束后怎么办 后面的牙齿掉了怎么办 门牙齿掉了一颗怎么办 隆鼻后鼻头歪了怎么办 狗狗呕吐有虫子怎么办 狗狗呕吐出虫子怎么办 借债人无力还钱怎么办 微博被盗用了怎么办 我的眼袋很严重怎么办 怀孕了吐的很厉害怎么办 老婆怀孕吐的很厉害怎么办 孕妇6个月肚子疼怎么办 孕妇7个月肚子疼怎么办 辣椒吃多了胃疼怎么办