MPMoviePlayerController 在屏幕上方位置播放(用户已经锁了竖屏设置), 求大神帮忙,指点一下,找了好几天的,谢谢。 |
|
都没遇到这样的问题么,自己来顶一下
|
|
40分 |
if (self.view.width < self.view.height) { [[UIDevice currentDevice] setValue:[NSNumber numberWithInteger:UIInterfaceOrientationLandscapeRight] forKey:@"orientation"]; } else { [[UIDevice currentDevice] setValue:[NSNumber numberWithInteger:UIInterfaceOrientationPortrait] forKey:@"orientation"]; } |
最近也在做视频功能,同问啊。感觉这个控件有点难看。怎么调整呢?
|
|
谢谢你们的回复,我已经解决了,二楼的方法是正确的,虽然回复晚了一点,分还是给你。
|
|
二楼的那两句话要加在什么地方呢?
|