码迷,mamicode.com
首页 >  
搜索关键字:uinavigationcontroller    ( 533个结果
iOS push隐藏tabbar
当一个UITabbarController管理多个UINavigationController的时候,我们又从这每一个UINavigationController中push一个ViewController的时候,如果不作处理,就会出现推出来的ViewController同样会显示TabBar,怎么样...
分类:移动开发   时间:2015-06-30 18:12:34    阅读次数:136
iOS开发初探篇——UITabBarController
概述导航在iOS开发中的重要性就不多说了。通常UINavigationController会结合UITabBar一起使用,此初探篇是单独对UINavigationBar及UINavigationController做一个比较全面的基础使用。本文主要内容如下: 1.UINavigationBar的基....
分类:移动开发   时间:2015-06-28 21:27:47    阅读次数:173
iOS开发初探篇——UINavigationBar及UINavigationController
概述导航在iOS开发中的重要性就不多说了。通常UINavigationController会结合UITabBar一起使用,此初探篇是单独对UINavigationBar及UINavigationController做一个比较全面的基础使用。本文主要内容如下: 1.UINavigationBar的基....
分类:移动开发   时间:2015-06-28 15:24:30    阅读次数:162
UINavigationController
1、概述 UINavigationController是IOS编程中比较常用的一种容器view controller,很多系统的控件(如UIImagePickerViewController)以及很多有名的APP中(如qq,系统相册等)都有用到。 导航控制器可以认为是管理控制器的控制器,主要管理.....
分类:其他好文   时间:2015-06-26 10:45:02    阅读次数:111
iOS7滑动返回
本文转载至http://www.cnblogs.com/lexingyu/p/3432444.htmliOS 7中在传统的左上角返回键之外,提供了右滑返回上一级界面的手势。支持此手势的是UINavigationController中新增的属性interactivePopGestureRecogniz...
分类:移动开发   时间:2015-06-24 15:58:52    阅读次数:268
一个丝滑的全屏滑动返回手势
一个丝滑的全屏滑动返回手势转载自 http://www.cocoachina.com/ios/20150610/12076.html全屏返回手势自 iOS7 之后,Apple 增加了屏幕边缘右划返回交 互的支持,再配合上 UINavigationController 的交互式动画,pop 到上一级页...
分类:其他好文   时间:2015-06-24 10:49:29    阅读次数:108
IOS UINavigationController 操作相关集合
1.修改中间Title字体以及大小 [self.navigationController.navigationBar setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys: ...
分类:移动开发   时间:2015-06-20 16:52:54    阅读次数:147
自定义UINavigationController push和pop动画
http://segmentfault.com/q/1010000000143983默认的UINavigationController push和pop的默认动画都是左右滑动推出,我的应用要求这种界面切换的动画效果复杂一点,大概有这么几个:更快的左右推出,默认是0.3秒,我需要快一倍带抖动的左右推出...
分类:其他好文   时间:2015-06-19 18:36:57    阅读次数:113
UINavigationController设置透明背景
self.navBar = [[UINavigationBar alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, NAV_BAR_HEIGHT)]; [self.navBar setBackgroundImage:[UIImage imageWithColor:[UIColor clearColor]] for...
分类:其他好文   时间:2015-06-19 00:06:44    阅读次数:161
论UITableViewController被status bar覆盖的问题(IOS SDK 8.3)
通常我们做一个UITableViewController(以下简称tvc)直接打开,在没有NavigationController的时候都会是这样 问题是,你要加一个UINavigationController吗?还是像别人一样不用UITableViewControler而是在main storyboard 里面造一个UIViewController + UITableView 下移20px?告诉...
分类:移动开发   时间:2015-06-17 21:47:38    阅读次数:139
533条   上一页 1 ... 29 30 31 32 33 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!