导航栏中的SegmentedControll隐藏view.title
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试将分段控件添加到右侧或左侧而不是中间。如果您将添加在中间,那么它将隐藏导航栏的标题标签。
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.
哎呀,我的错。将 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..