/* 旋转 */
-
(BOOL)shouldAutorotate {
return YES;
}
//支持旋转方向 -
(UIInterfaceOrientationMask)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskAll;
}
/* 旋转 */
(BOOL)shouldAutorotate {
return YES;
}
//支持旋转方向
(UIInterfaceOrientationMask)supportedInterfaceOrientations {
return UIInterfaceOrientationMaskAll;
}
本文标题:iOS- 支持某个页面旋转
本文链接:https://www.haomeiwen.com/subject/wcuthftx.html
网友评论