如何使用自定义选定和未选定的图像创建自定义滑块?
我需要创建一个滑块,它应该具有以下滑块部分的自定义图像:
- 左圆角图像。
- 左部分图像是所选部分。
- 右部分图像是 未选择或剩余部分。
- 右角图像。
- 拇指图像。
我还想增加滑块的厚度。 请给我一些建议或分享一些代码片段。
谢谢,
I need to create a slider which should have custom images for following slider parts:
- left round corner image.
- left part image which is selected part.
- right part image which is
unselected or remaining part. - right corner image.
- Thumb image.
Also i want to increase the thickness of the slider.
Please give me some suggestion or share some code snippets.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 setThumbImage:forState 来更改缩略图。
滑块左侧和右侧图像的minimumValueImage 和maximumValueImage。
轨道图像也可以被操纵。
请参阅 http: 处的“自定义滑块的外观”: //developer.apple.com/library/ios/#documentation/uikit/reference/UISlider_Class/Reference/Reference.html
Look at setThumbImage:forState to change thumb image.
minimumValueImage and maximumValueImage for the images on the left and right hand side of the slider.
The track images can also be manipulated.
See "Customizing the slider's appearance" at http://developer.apple.com/library/ios/#documentation/uikit/reference/UISlider_Class/Reference/Reference.html