码迷,mamicode.com
首页 >  
搜索关键字:rootviewcontroller    ( 392个结果
【代码笔记】给UIImageView加上圆角效果
一,效果图。 二,代码。 RootViewController.m #import "RootViewController.h" @interface RootViewController () @end @implementation RootViewController - (id)initWi
分类:其他好文   时间:2016-03-11 10:04:58    阅读次数:150
UITabelView(一)
1 #import "RootViewController.h" 2 3 @interface RootViewController ()<UITableViewDataSource,UITableViewDelegate> 4 @property(nonatomic,strong)NSArray
分类:其他好文   时间:2016-02-29 21:42:48    阅读次数:272
UIDatePicker
一, 效果图。 #import <UIKit/UIKit.h> @interface RootViewController : UIViewController { UIDatePicker *datePicker; UILabel *timeLabel; } @end #import "RootV
分类:其他好文   时间:2016-02-26 22:11:20    阅读次数:232
页面传值:属性,协议,Block传值
1.属性传值和协议传值 1 #import "RootViewController.h" 2 #import "SecondViewController.h" 3 #warning 第四步:签订协议 4 @interface RootViewController ()<SecondViewContr
分类:其他好文   时间:2016-02-25 21:05:51    阅读次数:263
UINavigationController
1 #import "AppDelegate.h" 2 #import "RootViewController.h" 3 @interface AppDelegate () 4 5 @end 6 7 @implementation AppDelegate 8 9 10 - (BOOL)applica
分类:其他好文   时间:2016-02-24 22:45:09    阅读次数:308
【代码笔记】翻书效果的实现
代码: RootViewController.m #import "RootViewController.h" @interface RootViewController () @end @implementation RootViewController - (id)initWithNibName
分类:其他好文   时间:2016-02-19 10:35:33    阅读次数:151
【代码笔记】scrollerView里多个tableView加搜索框
一,效果图。 二,工程图。 三,代码。 RootViewController.h #import <UIKit/UIKit.h> #import "customCell.h" @interface RootViewController : UIViewController <UISearchBarD
分类:其他好文   时间:2016-02-17 09:30:49    阅读次数:193
【代码笔记】对UIView进行截图
一,效果图。 二,工程图。 三,代码。 RootViewController.m #import "RootViewController.h" @interface RootViewController () @end @implementation RootViewController - (id
分类:其他好文   时间:2016-02-01 09:52:42    阅读次数:192
iOS开发 OC 导航栏 UINavigationController 工具条 UIToolBar
导航栏最常见的例子就是返回按钮的所在 在AppDelegate.m中,代码布局最开始定义窗口的时候, _window.rootViewController就应该为一个UINavigationController 这里的UINavigationController,戳进定义发现它是UIViewcont
分类:移动开发   时间:2016-01-29 03:28:43    阅读次数:201
iOS 取得单张系统图片
这里主要用到了UIImagePickerController不多废话,直接上代码 1 // 2 // RootViewController.m 3 // GetImageFromPhotoAlbum 4 // 5 // Created by 王云龙 on 16/1/18. 6 //...
分类:移动开发   时间:2016-01-26 20:20:23    阅读次数:756
392条   上一页 1 ... 9 10 11 12 13 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!