摘要: #import "LZJSettingViewController.h" #import <SDImageCache.h> #import "LZJFileTool.h" #import <SVProgressHUD/SVProgressHUD.h> #define CachePath [NSSea 阅读全文
posted @ 2016-05-17 15:55 suifenglangzi 阅读(276) 评论(0) 推荐(0) 编辑
摘要: / 处理文件缓存 #import <Foundation/Foundation.h> @interface LZJFileTool : NSObject /** * 获取文件夹尺寸 * * @param directoryPath 文件夹路径 * * @return 返回文件夹尺寸 */ + (vo 阅读全文
posted @ 2016-05-17 15:54 suifenglangzi 阅读(231) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" #import <CoreImage/CoreImage.h> @interface ViewController () @property (weak, nonatomic) IBOutlet UIImageView *imageView; @ 阅读全文
posted @ 2016-05-12 02:36 suifenglangzi 阅读(350) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" @interface ViewController ()<UIWebViewDelegate> @property (weak, nonatomic) IBOutlet UIWebView *webView; @property (weak, n 阅读全文
posted @ 2016-05-11 13:32 suifenglangzi 阅读(131) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" #import "AFNetworking.h" #define Kboundary @" WebKitFormBoundaryjv0UfA04ED44AhWx" #define KNewLine [@"\r\n" dataUsingEncodi 阅读全文
posted @ 2016-05-11 12:12 suifenglangzi 阅读(632) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" #import "AFNetworking.h" @interface ViewController () @end @implementation ViewController -(void)touchesBegan:(NSSet<UITouc 阅读全文
posted @ 2016-05-11 03:32 suifenglangzi 阅读(5111) 评论(0) 推荐(1) 编辑
摘要: #import "ViewController.h" #define FileName @"121212.mp4" @interface ViewController ()<NSURLSessionDataDelegate> @property (weak, nonatomic) IBOutlet 阅读全文
posted @ 2016-05-11 03:12 suifenglangzi 阅读(534) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" @interface ViewController ()<NSURLConnectionDataDelegate> @property (weak, nonatomic) IBOutlet UIProgressView *progressView 阅读全文
posted @ 2016-05-11 02:29 suifenglangzi 阅读(260) 评论(0) 推荐(0) 编辑
摘要: #import "LZJNavigationViewController.h" #import <objc/runtime.h> @interface LZJNavigationViewController ()<UINavigationControllerDelegate,UIGestureRec 阅读全文
posted @ 2016-05-08 14:04 suifenglangzi 阅读(159) 评论(0) 推荐(0) 编辑
摘要: #import "BageValueBtn.h" @interface BageValueBtn() /** <#注释#> */ @property (nonatomic, weak) UIView *smallCircle; /** <#注释#> */ @property (nonatomic, 阅读全文
posted @ 2016-05-04 14:34 suifenglangzi 阅读(182) 评论(0) 推荐(0) 编辑