在ApplicationDelegate.m中:
//如果想横屏的话(默认)
return ( UIInterfaceOrientationIsLandscape( interfaceOrientation ) );
//如果想竖屏的话
return (UIInterfaceOrientationIsPortrait(interfaceOrientation));
Powered by: 博客园 Copyright © 2024 吼吼睡 Powered by .NET 9.0 on Kubernetes