iOS:在播放电影时模拟搜索栏上的拖动事件

时间:2013-11-21 10:29:19

标签: ios events media-player

播放电影时是否可以在搜索栏上模拟拖动事件? 我正在使用MPMoviePlayerController播放电影,可以拖动其默认搜索栏,以便它可以搜索。我只想模拟这个拖动事件并以编程方式发送到搜索栏。有什么建议吗?非常感谢。

1 个答案:

答案 0 :(得分:1)

如果您想自定义播放器,则应使用AVPlayer。根据我的经验,AVPlayer比MPMoviePlayerController更灵活,性能更好。

https://developer.apple.com/library/ios/samplecode/AVPlayerDemo/Introduction/Intro.html