如何在UITabBar中嵌入UISlider?

发布于 2024-12-12 05:55:05 字数 51 浏览 0 评论 0原文

我想将滑块放在标签栏中。 有没有办法将 UISlider 嵌入到 UITabBar 中?

I want to put slider in tabbar.
Is there anyway to embed UISlider in UITabBar?

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

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

发布评论

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

评论(1

零度℉ 2024-12-19 05:55:05

无法将 UISlider 放入 IUTabBar 中。但是,您可以向 UIToolBar 添加一个,这可能就是您想要做的。

阅读 UIToolBar 的文档,特别是方法setItems:animated:

- (void)setItems:(NSArray *)items animated:(BOOL)animated

There is no way to put a UISlider in a IUTabBar. However, you can add one to a UIToolBar, which is probably what you mean to do.

Read up on the documentation for UIToolBar, specifically the method setItems:animated::

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