iOS底部标签栏标题
我不知道如何更改选项卡栏上的底部栏标题。
请看这张图片:
I can't figure out how to change the bottom bar titles on the Tab Bar.
Please see this image:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我不知道如何更改选项卡栏上的底部栏标题。
请看这张图片:
I can't figure out how to change the bottom bar titles on the Tab Bar.
Please see this image:
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
假设你的意思是你无法弄清楚,并且你想要像图中这样的东西,
Assuming you meant you cannot figure it out, and you want something like in the image,
在进入底部选项卡栏的每个视图控制器中,您必须指定选项卡栏项:
将此代码插入到您的 init 方法或 viewDidLoad 方法中。
In each view controller that goes into the bottom tabbar, you must specify the tab bar item:
insert this code in your init method, or viewDidLoad method.