appdelegate 中func application(application:UIApplication,supportedInterfaceOrientationsForWindow window:UIWindow?)->UIInterfaceOrientationMask{
returen UIInterfaceOrientationMask.Portrait
}
本文共 238 字,大约阅读时间需要 1 分钟。
appdelegate 中func application(application:UIApplication,supportedInterfaceOrientationsForWindow window:UIWindow?)->UIInterfaceOrientationMask{
returen UIInterfaceOrientationMask.Portrait
}
转载于:https://my.oschina.net/iOSBoyJack/blog/597809