如何创建在选项卡之间切换时保持在屏幕上的视图(显示平衡)?
我有一个 UITabBarController
,其中有 5 个不同的项目,每个项目代表不同的视图。这些视图代表拨号盘、联系人、通话历史记录等。按照标准,选择不同的选项卡会切换到不同的 UIViewController 并显示不同的视图。
但是,我想显示一个持久视图,当在选项卡栏上进行不同的选择时,该视图不会切换。我怎样才能显示这样一个始终保留在屏幕上的视图? 我正在使用基于视图的应用程序
I have a UITabBarController
with 5 different items, each representing different views. These views represent a dialpad, contacts, call history, etc. Selecting a different tab switches to a different UIViewController
and displays a different view, as is standard.
However, I'd like to display a persistent view that does not switch when different selections are made on the tab bar. How can I display such a view that remains onscreen at all times?
I am using View based application
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果需要在整个应用程序中保持可见的任何视图,应将其添加到 UIWindow 中
在特定屏幕中显示视图
,然后使用隐藏视图
if any view which need to be remain visible throughout the app, should be added to
UIWindow
And Then to show view in particular screen use
Hide View