一、隐藏状态栏
-(BOOL)prefersStatusBarHidden{ return YES; }
iOS学习笔记
原文:http://www.cnblogs.com/xsphehe/p/5622415.html