打开Eclipse,在主界面下Window->Preferences->General->Appearance->Colors and Fonts, 然后在右边展开框Basic->Text Font,选择Edit,改变字体大小.这里设置的字体大小将应用于所有文件. 在右边展开框中Java->Java Editor Text Font,选择Edit,改变字体大小.这里设置的字体大小将应用于Java编辑框.java文件中代码的字体大小,覆盖Basic->Text Fo…
修改字体 Window -> Preferences -> General -> Appearences -> Colors and Fonts 选择java选项,看到Java Editor Text Font 然后点右边的Edit按钮修改字体 在字体中选择Verdana字体,默认字体为:Consolas字体.…
第一步: 在info.plist中 View controller-based status bar appearance这个属性设置为 View controller-based status bar appearance =NO 这个意思是:View Controller 不对status Bar 显示进行操作 第二步: 由于项目是一个以tabbarController的父类进行开发的;所以在这个父类里面添加如下方法: [[UIApplication sharedApplication] s…