最新文章列表

iOS UINavigationController与UITabBarController的组合使用

1.导航类型 UINavigationController 适用于父子页面的跳转 UITabBarController 适用于平级页面的跳转   2.presentViewController / dismissViewControllerAnimated和pushViewController / popViewController (1)只有从UINavigationControlle ...
sinye 评论(0) 有38742人浏览 2014-07-17 17:09

iOS 7 使用 UINavigationController 后导致 UIScollView尺寸变化

    迁移 http://aikin.me/2014/03/16/ios7-uinavigationcontroller-uiview/  在 iOS 7 中,如果某个 UIViewController 的 self.view 第一个子视图是 UIScollView, 同时当这个 UIViewController 被 push 或 initWithRootController 成为 UIN ...
小嗷喏 评论(0) 有4705人浏览 2014-03-16 22:22

【转】UINavigationController使用技巧

,创建并使用一个UINavigationController   UINavigationController *aNav = [[UINavigationController alloc] init]; 然后添加一个视图进去,否则导航栏也没有意义的   UIViewController *aView = [[UIView alloc] initWithNibName: (*xib文 ...
zhanhao 评论(0) 有1253人浏览 2012-10-23 19:55

重写、修改UINavigationController的back键的title

  UIBarButtonItem *barButtonItem = [[UIBarButtonItem alloc] init]; barButtonItem.title = @"buttonName"; self.navigationItem.backBarButtonItem = barButtonItem; [barButtonItem releas ...
xyxdasnjss 评论(0) 有1297人浏览 2012-08-29 11:21

自定义导航栏上的返回按钮UINavigationController

转自:http://blog.csdn.net/kmyhy/article/details/6869135   //.h   #import <UIKit/UIKit.h> @interface MyNavigationController : UINavigationController @end   //.m   #import "MyNavig ...
xyxdasnjss 评论(0) 有3644人浏览 2012-07-18 17:51

UINavigationController视图切换

实现UINavigationController视图切换 - (void)dismissModalViewControllerAnimated:(BOOL)animated - (void)presentModalViewController:(UIViewController *)modalViewController animated:(BOOL)animated - (void) ...
wishesbest 评论(0) 有3130人浏览 2011-12-13 12:48

UINavigationController相关一些笔记 2 (纯代码和IB的实现)

上一篇是写了 UINavigationController的特性。这篇记一下两种方式生成的不同。 1.IB实现。  IB实现等于多出一个类来专门做UINavigationController的初始化,相对于代码实现,没什么具体的差别。 创建一个UIViewController的IB,包含一个 NavigationController。 在类中建立  IBOutlet UINavigationC ...
leobluewing 评论(0) 有2694人浏览 2011-12-05 14:43

UINavigationController相关一些笔记

apple的例子是将UINavigationController作为window的子对象来加载。 但是实际应用里,首页面很可能是登陆页面等等,即首页面是一个uiview,然后跳转到另外一个uiview,再该view下才是包含了uinavigationcontroller对象。 window+              loginview+                             ...
leobluewing 评论(1) 有2510人浏览 2011-12-05 13:53

通过编程实现UINavigationController 包含 UITableViewController

//应用程序代理 @interface SimpleTableViewAppDelegate : NSObject <UIApplicationDelegate> { UIWindow *window; //程序主窗体 UINavigationController *navigationController; //在接口中定义导航控制器 } @proper ...
yourgame 评论(0) 有6955人浏览 2011-10-28 04:01

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics