导航栏中的SegmentedControll隐藏view.title

发布于 2024-09-08 14:32:04 字数 106 浏览 3 评论 0原文

我在 tabbarcontroller 应用程序的导航栏中使用分段控件。

问题是,将分段控件添加到导航栏后,我的视图标题从选项卡控制器中消失。

我该如何解决这个问题?

I'm using a segmented control in the navigationbar in a tabbarcontroller app.

The problem is that after adding the segmented control to the navigation bar the title of my view disappears form the tabbarcontroller.

How do i work around this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

╄→承喏 2024-09-15 14:32:04

尝试将分段控件添加到右侧或左侧而不是中间。如果您将添加在中间,那么它将隐藏导航栏的标题标签。

Try to add the segmented Control in the right or left side not in the middle. If you will add in the middle then it will hide the title label of navigation bar.

单身狗的梦 2024-09-15 14:32:04

哎呀,我的错。将 UISegmentedControl 添加到导航栏标题不会使标题在选项卡栏中消失。解析完网页后,我不小心将标题设置为零。

Oops my bad. Adding the UISegmentedControl to the navigationbar title does not make the title disappear in the tabbar. I set the title to nil by accident when finished parsing the webpage..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文