摘要:
1 //设置导航栏透明2 self.navigationController.navigationBar.translucent=YES;3 4 [self.navigationController.navigationBar setBarStyle:UIBarStyleBlackTransluce... 阅读全文
posted @ 2014-08-06 17:37
激情为梦想而生
阅读(144)
评论(0)
推荐(0)
摘要:
在AppDelegate中增加,这个方法可以禁止横屏1 - (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window 2 {... 阅读全文
posted @ 2014-08-06 17:34
激情为梦想而生
阅读(326)
评论(0)
推荐(0)