码迷,mamicode.com
首页 >  
搜索关键字:additional    ( 622个结果
UITableView (1)
1.实例化Table View 并设置一个Delegate2.向TableView填充数据- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typic...
分类:其他好文   时间:2014-10-22 12:41:49    阅读次数:257
等待动画
效果图:图片切图:代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //初始化背景图 [self initBackGround...
分类:其他好文   时间:2014-10-20 23:08:00    阅读次数:214
浇花动画
效果图:切图:RootViewController.m- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //初始化背景图 [self...
分类:其他好文   时间:2014-10-20 22:35:53    阅读次数:244
评分系统(小星星,仿我要去旅行)
效果图:代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UIImageView *imageView=[[UIImageView ...
分类:其他好文   时间:2014-10-20 21:20:32    阅读次数:253
LeetCode——Copy List with Random Pointer(带random引用的单链表深拷贝)
问题: A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null. Return a deep ...
分类:其他好文   时间:2014-10-15 15:40:50    阅读次数:262
启动页分为4页,最后一页有一个按钮,点击跳转到主页面
代码效果为:启动页分为4页,最后一页有一个按钮,点击跳转到主页面。上代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UIScrol...
分类:其他好文   时间:2014-10-14 14:25:58    阅读次数:223
页面跳转的时候工具条隐藏
当两个页面跳转的时候,如果两个页面中的工具条的时候,工具条隐藏。上代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. self.tit...
分类:其他好文   时间:2014-10-11 13:07:25    阅读次数:182
UITextView上显示txt文件中的文字
效果图:代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UITextView *textView = [[UITextVi...
分类:其他好文   时间:2014-10-11 12:36:05    阅读次数:155
翻书效果的实现
效果图:代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //初始化背景图 [self initBackgroundView]...
分类:其他好文   时间:2014-10-11 12:02:35    阅读次数:210
判断是不是模拟机
直接上代码啦!!!- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"判断是否是模拟机"; [self is...
分类:其他好文   时间:2014-10-10 17:45:34    阅读次数:168
622条   上一页 1 ... 50 51 52 53 54 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!