隐藏和显示UITabbar
我有一个问题,我想在显示特定的 UITableViewController 时显示 UITabbar,并且如果我返回到原始 UITableViewController,UITabbar 应该消失。
这可能吗?
问候, 萨沙
I have the problem that I want to show a UITabbar when a specific UITableViewController is shown and the UITabbar should disappear if I go back to the original UITableViewController.
Is this possible?
Regards,
Sascha
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UITabBar 是一个 UIView,因此您可以将其添加到您喜欢的任何视图中。
UITabBar is a UIView, so you can add it to any view you like.