上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: ********HMVideosViewController.m#import "HMVideosViewController.h"#import "MBProgressHUD+MJ.h"#import "HMVideo.h"#import "UIImageView+WebCache.h"#impo... 阅读全文
posted @ 2015-09-14 16:16 iso 阅读(296) 评论(0) 推荐(0) 编辑
摘要: **************#import "HMViewController.h"#import "MBProgressHUD+MJ.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UITextField *... 阅读全文
posted @ 2015-09-14 14:05 iso 阅读(227) 评论(0) 推荐(0) 编辑
摘要: *****************#import "HMViewController.h"#import "MBProgressHUD+MJ.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UITextFiel... 阅读全文
posted @ 2015-09-14 14:02 iso 阅读(177) 评论(0) 推荐(0) 编辑
摘要: **************SDWebImage加载图片#import "HMAppsViewController.h"#import "HMApp.h"#import "UIImageView+WebCache.h"@interface HMAppsViewController ()/** * ... 阅读全文
posted @ 2015-09-10 13:35 iso 阅读(205) 评论(0) 推荐(0) 编辑
摘要: ***************************#import "HMViewController.h"#import "MBProgressHUD+MJ.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet ... 阅读全文
posted @ 2015-09-10 13:32 iso 阅读(175) 评论(0) 推荐(0) 编辑
摘要: ***********#import "HMViewController.h"@interface HMViewController () @property (weak, nonatomic) IBOutlet UIImageView *imageView;@end@implementation ... 阅读全文
posted @ 2015-09-09 16:34 iso 阅读(1257) 评论(0) 推荐(0) 编辑
摘要: ******HMSingleton-ARC.h// .h文件#define HMSingletonH(name) + (instancetype)shared##name;// .m文件#define HMSingletonM(name) \static id _instance; \ \+ (id... 阅读全文
posted @ 2015-09-09 16:27 iso 阅读(124) 评论(0) 推荐(0) 编辑
摘要: *********// 2D绘图 Quartz2D// 合并图片 -- 水印- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ // 1.队列组 dispatch_group_t group = dispa... 阅读全文
posted @ 2015-09-09 16:20 iso 阅读(236) 评论(0) 推荐(0) 编辑
摘要: **********#import "HMViewController.h"#import "HMImageDownloader.h"@interface HMViewController ()//@property (nonatomic, strong) HMImageDownloader *do... 阅读全文
posted @ 2015-09-09 16:17 iso 阅读(167) 评论(0) 推荐(0) 编辑
摘要: **********延时执行#import "HMViewController.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewDidLoad{ [super viewDidLoad... 阅读全文
posted @ 2015-09-09 16:11 iso 阅读(1102) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页