码迷,mamicode.com
首页 >  
搜索关键字:subgrid paging bar    ( 5566个结果
ios 改变状态栏颜色
http://stackoverflow.com/questions/17678881/how-to-change-status-bar-text-color-in-ios-7stackoverflow 上的一个回答wilsontgh或者,你也可以选择基于状态栏的外观退出view-controlle...
分类:移动开发   时间:2015-06-10 11:39:52    阅读次数:423
iOS8 自定义navigationbar 以及 UIBarButtonItem 边距问题
一。自定义navigationbar   - (void)initNavigationBar{ [self.navigationController setNavigationBarHidden:YES]; UINavigationBar *bar = [[UINavigationBar alloc] initWithFrame:CGRectMake(0, ...
分类:移动开发   时间:2015-06-10 08:58:53    阅读次数:229
Understanding Canvas and Surface concepts
Here are some definitions: A Surface is an object holding pixels that are being composited to the screen. Every window you see on the screen (a dialog, your full-screen activity, the status bar) ha...
分类:其他好文   时间:2015-06-09 20:15:33    阅读次数:110
iOS中修改导航栏高度
有时候需要修改导航栏的高度,可以这样修改:         UINavigationBar *bar = [self.navigationController navigationBar];     CGFloat navBarHeight = 30.0f;     CGRect rect = CGRectMake(0, 20, self.window.frame.size...
分类:移动开发   时间:2015-06-09 17:34:55    阅读次数:129
UINavigationController
UINavigationController 导航控制器 Navigation Controller Views 导航控制器的视图 Updating the Navigation Bar 更新导航条 Displaying a Navigation Toolbar 显示导航工具条 State Preservation 状态保存...
分类:其他好文   时间:2015-06-08 23:29:07    阅读次数:282
ActionBar(18)context action bar 两个示例
一.通过activity启动Context Action Bar1.主javapublic class ActivityActionModeFrgmt extends Fragment implements OnCheckedChangeListener, ActionMode.Cal...
分类:其他好文   时间:2015-06-08 18:44:07    阅读次数:184
ActionBar(17)context action bar简介,启动,各函数介绍
一.Context Action Bar简介它是一个ActionBar,有各种操作项,但它不是始终显示的ActionBar,它需要上下文才显示.样式如下:二.Context Action Bar的启动有多种启动context action bar的方式,常见的如下:1:通过activity的Acti...
分类:其他好文   时间:2015-06-08 18:43:25    阅读次数:503
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!