在 UITabBar 之上呈现 UIView

发布于 2024-09-18 15:55:52 字数 206 浏览 4 评论 0原文

我正在嵌套在 UITabBarController 中的表格视图上绘制自定义视图(UIDatePicker)。当我添加如下所示的自定义视图时,它会被选项卡栏剪切。

[self.view addSubview:customDateView];

有人对如何解决这个问题有建议吗?我可以隐藏标签栏吗?

提前致谢, 瑞奇。

I am drawing a custom view (UIDatePicker) over my table view which is nested within a UITabBarController. When I add my custom view as below, it gets clipped by the tab bar.

[self.view addSubview:customDateView];

Does anyone have a recommendation on how to go around this? Can I hide the tab bar?

Thanks in advance,
Ricky.

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

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

发布评论

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

评论(1

旧故 2024-09-25 15:55:52

对于遇到此问题的其他人,只需将视图的 hidesBottomBarWhenPushed 属性设置为 YES 即可。

For anyone else with this problem, just set the view's hidesBottomBarWhenPushed property to YES.

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