为什么在 MPMoviePlayerController 中播放电影时无法正确检索 UIDeviceOrientation?
当我不玩任何东西时,一切都工作正常(我正在调用开始通知等,并使用方向来旋转我的视图)。但是当我每次尝试使用 MPMoviePlayerController
时,
UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation];
orientation
都会得到 UIDeviceOrientationUnknown
。
有什么线索吗? 当电影停止时,一切又恢复正常。 我需要这个方向来旋转播放器的窗口,因为我使用的是 Iphone OS 3.1,所以我不能直接使用 MPMovie 播放器控制器内的 view 属性。
Everything works fine while I'm not playing anything (I'm calling beginnotifications, etc, and using the orientation to rotate my view). But after I start playing with MPMoviePlayerController
everytime when I try
UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation];
The orientation
gets a UIDeviceOrientationUnknown
.
Any clue?
When the movie stops everything works alright again.
I need this orientation to rotate the player's window, because Im using Iphone OS 3.1 so I can't directly use the view property inside MPMovie player controller.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)