要自定义UiSlider的视觉外观,您可以设置缩略图并跟踪图像.轨道图像的一部分被拉伸到适当的位置.从文档:
A stretchable region sits between two
end cap regions. The end caps define
the portions of the image that remain
as is and are not stretched. The
stretchable region is a 1-point wide
area between the end caps that can be
replicated to make the image appear
longer.
现在我遇到的问题是我的伸缩区需要超过1点. (这是一个模式)不幸的是,1点宽度似乎是在SDK中的硬编码.
任何人有一个想法如何解决这个问题?或者我会从头开始写自己的滑块吗?
解决方法
我相信你必须写自己的滑块来做到这一点.似乎没有(公共)API来更改UiSlider关于可拉伸区域的行为.