上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [UIView transitionWithView:_imageViewFirst duration:1.0f options:UIViewAnimationOp... 阅读全文
posted @ 2015-03-31 10:58 曹县三胖暴打大猩猩 阅读(944) 评论(0) 推荐(0) 编辑
摘要: [UIView beginAnimations:nil context:nil]; [UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:_imageViewFirst cache:YES]; ... 阅读全文
posted @ 2015-03-31 10:41 曹县三胖暴打大猩猩 阅读(326) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"@interface ViewController ()@property (strong, nonatomic) IBOutlet UIImageView *imageViewFirst;@property (strong, nonatomic)... 阅读全文
posted @ 2015-03-31 10:33 曹县三胖暴打大猩猩 阅读(1068) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"@interface ViewController ()@property(nonatomic,strong)CALayer *imageLayer;@property(nonatomic,strong)CALayer *maskLayer;@pr... 阅读全文
posted @ 2015-03-31 10:14 曹县三胖暴打大猩猩 阅读(236) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"@interface ViewController ()@property(nonatomic,strong)CALayer *imageLayer;@end@implementation ViewController- (void)viewDid... 阅读全文
posted @ 2015-03-30 22:58 曹县三胖暴打大猩猩 阅读(1230) 评论(0) 推荐(0) 编辑
摘要: #import @interface ProgressView : UIView@property(nonatomic,assign)CGFloat progress;@property(nonatomic,strong)UIColor *layColor;@end#import "Progress... 阅读全文
posted @ 2015-03-30 22:00 曹县三胖暴打大猩猩 阅读(236) 评论(0) 推荐(0) 编辑
摘要: //创建一个队列 NSOperationQueue *operation=[[NSOperationQueue alloc]init]; //把任务放在NSBlockOperation里面 NSBlockOperation *myOperation=[NSBlockOpe... 阅读全文
posted @ 2015-03-29 21:55 曹县三胖暴打大猩猩 阅读(269) 评论(0) 推荐(0) 编辑
摘要: #import @class TTOperation;@protocol TTOperationDelegate -(void)operationComplete:(NSData *)data;@end@interface TTOperation : NSOperation@property(non... 阅读全文
posted @ 2015-03-29 21:51 曹县三胖暴打大猩猩 阅读(197) 评论(0) 推荐(0) 编辑
摘要: //创建一个队列 NSOperationQueue *operation=[[NSOperationQueue alloc]init]; //把任务放在NSBlockOperation里面 NSBlockOperation *myOperation=[NSBlockOperati... 阅读全文
posted @ 2015-03-29 21:34 曹县三胖暴打大猩猩 阅读(147) 评论(0) 推荐(0) 编辑
摘要: #define KURL1 @"http://img0.imgtn.bdimg.com/it/u=79920747,2237302485&fm=90&gp=0.jpg"#define KURL2 @"http://img5.imgtn.bdimg.com/it/u=2983485216,136114... 阅读全文
posted @ 2015-03-29 21:12 曹县三胖暴打大猩猩 阅读(315) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页