美文网首页
storyboard

storyboard

作者: smile小芳 | 来源:发表于2016-10-13 10:39 被阅读0次

第一种在Main.storyboard中添加TabBarController

开始显示Main.storyboard需要

在is initial view controller前☑️

然后中国设置storyboardID来加载storyboard创建一个继承于tabbarcontroller的类

TNMainTabController就是这个类的类名 这样就能加载TNMainTabController这个初始化工具栏的类然后创建4个storyboard相当于底部的四个工具栏

每个storyboard中首先添加NavigationController,去掉自带的跟视图控制器添加一个ViewController作为跟视图控制器这样就能实现了页面跳转。其他storyboard一样

为每一个storyboard添加storyboardID

然后在TNMainTabController中加载四个工具栏(4个storyboard)

这是加载storyboard

这是加载工具栏名字和图片

第二种在Main.storyboard中添加TabBarController及其他所有storyboard

首先,在Main.storyboard中去掉去他的ViewController,添加NavigationController,storyboard最先显示

在is initial view controller前☑️

然后拖入一个tabbarcontroller作为跟视图控制器,初识时有两个item,添加的话需要再拖入一个viewcontroller,然后建立连接

最后更改item的名字和图片

首先选择首页item,右侧title添加标题,image添加图片

相关文章

网友评论

      本文标题:storyboard

      本文链接:https://www.haomeiwen.com/subject/rjjwyttx.html