电影播放时如何检测抖动?
我有一个 iPhone 应用程序,我可以使用 MPMoviePlayerController 摇动并播放随机文件。但是,当电影播放器位于屏幕上时,它无法检测到震动。如何让电影播放器在播放时检测震动?
感谢您的帮助!
I have an iphone app where I am able to shake and play a random file with MPMoviePlayerController. But while the Movie Player is on the screen, it is unable to detect a shake. How can I get the Movie Player to detect shakes while playing?
Thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只有“第一响应者”才会收到 UIResponder 摇动通知。直接使用UIAccelerometer;谷歌搜索“UIAccelerometer shake”应该会给你一些模糊的工作代码。
Only the "first responder" recieves the UIResponder shake notifications. Use UIAccelerometer directly; Googling "UIAccelerometer shake" should give you some vaguely working code.