如何在滑块上设置图像?
我想对上面的图像使用滑块控件。当用户滑动时,类别选项卡会突出显示并令人高兴。那么我如何使用滑块控制器才能获得此功能?如何使用滑块控件呢?
I want to use slider control for above image. When user slide then category tab become highlighted and all delighted. So how I use slider controller so that i can get this functionality? How use slider control for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您显示的控件是一个分段控件,您可以使用这段代码设置图像
希望这对您有帮助
The control you are showing is a segment control and you can set the image by using this piece of code
Hope this will help you
我不确定这是否能回答你的问题,但我看到这个 github 项目看起来有点像这样
https: //github.com/samvermette/SVSegmentedControl
I am not sure if this will answer your question or not but I have seen this project of github that looks someWhat like this
https://github.com/samvermette/SVSegmentedControl