摘要: @interface ViewController (){ UIView *firstView; UIView *secondView; UIView *thirdView; }@end@implementation ViewController- (void)v... 阅读全文
posted @ 2015-05-26 17:19 曹县三胖暴打大猩猩 阅读(2092) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"#import "Masonry.h"#define kWeakSelf(weakSelf) __weak typeof(self)weakSelf = self#define WS(weakSelf) __weak __typeof(&*sel... 阅读全文
posted @ 2015-05-26 16:27 曹县三胖暴打大猩猩 阅读(561) 评论(0) 推荐(0) 编辑
摘要: #import @interface TJCircleProgressView : UIView/** * 图标 */@property(nonatomic,strong)UIImage *imgIcon;/** * 进度条值 */@property(nonatomic,assign)CGFlo... 阅读全文
posted @ 2015-05-26 14:03 曹县三胖暴打大猩猩 阅读(759) 评论(0) 推荐(0) 编辑