如何在UITabBar中嵌入UISlider?
我想将滑块放在标签栏中。 有没有办法将 UISlider 嵌入到 UITabBar 中?
I want to put slider in tabbar.
Is there anyway to embed UISlider in UITabBar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无法将
UISlider
放入IUTabBar
中。但是,您可以向UIToolBar
添加一个,这可能就是您想要做的。阅读 UIToolBar 的文档,特别是方法
setItems:animated:
:There is no way to put a
UISlider
in aIUTabBar
. However, you can add one to aUIToolBar
, which is probably what you mean to do.Read up on the documentation for
UIToolBar
, specifically the methodsetItems:animated:
: