摘要:
1 //禁止横屏显示2 - (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window3 {4 return UIInterfaceOrientationMaskPortrait;5 } 阅读全文
posted @ 2013-08-30 12:52
wangzhenxiang
阅读(189)
评论(0)
推荐(0)
浙公网安备 33010602011771号