最新文章列表

导航栏加分割线的实现

self.view.backgroundColor = [UIColor clearColor]; self.view.opaque = NO; self.navigationBar = [[UINavigationBar alloc]initWithFrame:CGRectMake(0, 0, CGRectGetWidth(self.view.bounds), 64)]; [self. ...
jsntghf 评论(0) 有1711人浏览 2015-07-01 22:00

ios statusBar 字体颜色

   [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent animated:NO];   在plist里面添加 :View controller-based status bar ...  NO 就ok了     - (void)setDefaultStyle {   ...
zjjzmw1 评论(0) 有1973人浏览 2014-03-03 21:01

[转]隐藏虚拟按键(导航栏)的方法

Controls for system UI visibility Since the early days of Android, the system has managed a UI component known as the status bar, which resides at the top of handset devices to deliver information suc ...
zhy20045923 评论(0) 有2864人浏览 2013-10-12 10:35

定制 UIBarButtonItem:

   navigationController 内部有一个栈的实现,管理所有的view , 栈的底部是 根视图, 栈的顶部是当前显示的视图。 A navigation controller object manages the currently displayed screens using the navigation stack. At the bottom of this s ...
sb122k 评论(0) 有2931人浏览 2012-07-29 22:07

修改StatusBar以及NavigationBar的样式

[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackOpaque]; self.navigationController.navigationBar.barStyle = UIBarStyleBlack;  
jsntghf 评论(0) 有1852人浏览 2011-11-28 08:47

UINavigationBar自定义背景以及按钮(转)

UINavigationBar自定义导航栏背景和按钮,完美支持横屏竖屏旋转,视图控制器可以分别使用自己的导航栏 此方法可以通过Apple审核,导航上的按钮背景需要做,否则看起来不那么和之又谐 //CustomNavigationBar.h @interface UINavigationBar (UINavigationBarCategory) UIImageView *backgroundV ...
re_reference 评论(0) 有2362人浏览 2011-07-06 21:06

最近博客热门TAG

Java(141745) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37267) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics