摘要: #import "ViewController.h" #define IMAGENUMBER 5 #define SIZE self.view.bounds.size @interface ViewController () { UIScrollView *_scrollerView ; UIImageView *_leftImageView ; UIImageVi... 阅读全文
posted @ 2015-10-08 22:56 WheatDen 阅读(1182) 评论(0) 推荐(0) 编辑
摘要: NSBundle:官方文档解释:An NSBundle object represents a location in the file system that groups code and resources that can be used in a program. NSBundle obj 阅读全文
posted @ 2015-10-08 22:38 WheatDen 阅读(313) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"#import "UIImageView+WebCache.h"@interface ViewController (){ NSURLConnection *_connection; NSMutableData *_data; NSMutableA 阅读全文
posted @ 2015-10-08 22:35 WheatDen 阅读(338) 评论(0) 推荐(1) 编辑