iphone/ipad 自定义 UISlider 控制器
在这里,我想创建一个自定义的 uislider,它类似于媒体播放器向前和向后,即以特定时间间隔以编程方式移动滑块。
例如,考虑到我有一个视频,我需要实现控制器的滑块来向前和向后移动视频内容。
任何示例和教程。
谢谢....
Here i want to create a custom uislider which is similar to media player forward and backward ie programatically moving slider at a particular time interval.
for example consider am having a video for this video i need to implement slider to controller to move forward and backward of video content.
any samples and tutorials.
thanks....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有一段代码,可以像 moviePlayerController 一样用作进度条
我希望这段代码会对您有所帮助
Here is a code which will work as a progress bar like moviePlayerController
I Hope This code will help you
您可能对此感兴趣;
UISlider 与 ProgressView 组合
This might be of interest to you;
UISlider with ProgressView combined