Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用情节提要开发一个标签栏应用程序。
我试图在一个视图中放置一个后退按钮 - 但是当我按下返回(从一个视图到另一个视图)时,标签栏消失了。
如何确保标签栏留在那里?
只需确保您将其添加UITabBar到主导航控制器或导航层次结构的视图控制器即可。
UITabBar
您需要在 Attributes Inspector 下的 Navigation Controller Bottom Bar 上选择 Tab Bar,然后将其余页面的底部栏设置为 Inferred(如果您希望它在任何页面上有所不同,则设置为 Tab Bar)