标签:style blog http io ar for 文件 sp c
默认是一个正方形。两种方法调整:
1.选中view,右上角选择第一个页面(Show the file inspector),然后取消选择use size classes。
2.选中view,右上角选择倒数第二个页面(Show the Size inspector),然后选择Freeform,就可以设置尺寸了。
1.修改plist文件,增加View controller-based status bar appearance,值设置为NO。
2.增加代码。一般是在didFinishLaunchingWithOptions中:
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
http://kensou.blog.51cto.com/3495587/1040126
标签:style blog http io ar for 文件 sp c
原文地址:http://www.cnblogs.com/zhongriqianqian/p/4000837.html