摘要: #import "ViewController.h"@interface ViewController ()@property (nonatomic, weak) UIView *cover;@property (nonatomic, assign) CGPoint oriP;@property (... 阅读全文
posted @ 2016-01-18 21:45 Show撑腰 阅读(150) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"#import @interface ViewController ()@property (weak, nonatomic) IBOutlet UIImageView *imageView;@end@implementation ViewCont... 阅读全文
posted @ 2016-01-18 21:41 Show撑腰 阅读(147) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"#import @interface ViewController () @property (nonatomic, weak) AVCaptureSession *session;@property (nonatomic, weak) AVCap... 阅读全文
posted @ 2016-01-18 21:40 Show撑腰 阅读(148) 评论(0) 推荐(0) 编辑
摘要: #import "XMGSeeBigPictureViewController.h"#import #import "XMGTopic.h"#import #import @interface XMGSeeBigPictureViewController () /** 图片 */@property ... 阅读全文
posted @ 2016-01-18 21:37 Show撑腰 阅读(137) 评论(0) 推荐(0) 编辑
摘要: - (NSString *)cacheDir{ // 1.获取cache目录 NSString *dir = [NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES) lastObject... 阅读全文
posted @ 2016-01-18 21:36 Show撑腰 阅读(123) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"#import #import "NSString+NJ.h"@interface ViewController ()@property (nonatomic, strong) NSProgress *progress; /** formData)... 阅读全文
posted @ 2016-01-18 21:35 Show撑腰 阅读(169) 评论(0) 推荐(0) 编辑