如何使用自定义选定和未选定的图像创建自定义滑块?

发布于 2024-11-03 07:45:07 字数 190 浏览 4 评论 0原文

我需要创建一个滑块,它应该具有以下滑块部分的自定义图像:

  1. 左圆角图像。
  2. 左部分图像是所选部分。
  3. 右部分图像是 未选择或剩余部分。
  4. 右角图像。
  5. 拇指图像。

我还想增加滑块的厚度。 请给我一些建议或分享一些代码片段。

谢谢,

I need to create a slider which should have custom images for following slider parts:

  1. left round corner image.
  2. left part image which is selected part.
  3. right part image which is
    unselected or remaining part.
  4. right corner image.
  5. Thumb image.

Also i want to increase the thickness of the slider.
Please give me some suggestion or share some code snippets.

Thanks,

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

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

发布评论

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

评论(1

殊姿 2024-11-10 07:45:07

查看 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

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