摘要: //// ViewController.m// ProgressAndSteper//// Created by hehe on 15/9/21.// Copyright (c) 2015年 wang.hehe. All rights reserved.//#import "ViewControll... 阅读全文
posted @ 2015-09-21 21:55 阿凡提王 阅读(199) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// SecmentAndSilder//// Created by hehe on 15/9/21.// Copyright (c) 2015年 wang.hehe. All rights reserved.//#import "ViewControlle... 阅读全文
posted @ 2015-09-21 21:52 阿凡提王 阅读(462) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// SwithAndActivity//// Created by qianfeng on 15/9/21.// Copyright (c) 2015年 qianfeng. All rights reserved.//#import "ViewContro... 阅读全文
posted @ 2015-09-21 21:46 阿凡提王 阅读(202) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// UIButtonDemo//// Created by hehe on 15/9/15.// Copyright (c) 2015年 wang.hehe. All rights reserved.//#import "ViewController.h"... 阅读全文
posted @ 2015-09-17 07:20 阿凡提王 阅读(5283) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; //创建view对象 UIView *... 阅读全文
posted @ 2015-09-17 06:50 阿凡提王 阅读(128) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; UIView *subView1 = ... 阅读全文
posted @ 2015-09-16 23:33 阿凡提王 阅读(269) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// SuperViewSonView//// Created by hehe on 15/9/16.// Copyright (c) 2015年 wang.hehe. All rights reserved.//#import "ViewControlle... 阅读全文
posted @ 2015-09-16 23:30 阿凡提王 阅读(489) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; [self creatPic]; }-... 阅读全文
posted @ 2015-09-16 23:24 阿凡提王 阅读(207) 评论(0) 推荐(0) 编辑
摘要: //1.添加一个.gif类型的动态的图片,用到URLForResource方法,gif是图片的格式,FlagZombie是图片的名字@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; NSURL *url... 阅读全文
posted @ 2015-09-16 23:03 阿凡提王 阅读(122) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// UIButtonDemo//// Created by hehe on 15/9/15.// Copyright (c) 2015年 wang.hehe. All rights reserved.//#import "ViewController.h"... 阅读全文
posted @ 2015-09-15 11:19 阿凡提王 阅读(121) 评论(0) 推荐(0) 编辑