UISlider可用值
我想知道如何在本机 iPhone 播放器中重现流音频/视频的 UISlider 外观。除了如何重现可用部分和不可用部分的空白部分之外,我已经弄清楚了。
替代文本 http: //dl.dropbox.com/u/1407026/Screen%20shot%202010-01-14%20at%2011.16.10%20PM.png
I would like to know how to reproduce the UISlider appearance of streaming audio/video in the native iPhone player. I have it figured out except how to reproduce the available section and the empty part for the section not available.
alt text http://dl.dropbox.com/u/1407026/Screen%20shot%202010-01-14%20at%2011.16.10%20PM.png
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您最终可能会发现该控件不是您所知道的 UISlider。它可以是一个子类或完全不同的控件,只是类似于 UISider。
我不知道这是 100% 真实的事实,但我这么说是因为该控件和 UISlider 控件的行为完全不同,并且外观也略有不同。
You may end up discovering that that control isn't a UISlider as you know it. It could be a subclass or a completely different control that simply resembles a UISider.
I don't know this as a 100% true fact, but I say it because this control and the UISlider control both behave quite differently and have slightly different appearances.