摘要:
@interface ViewController (){ UIView *firstView; UIView *secondView; UIView *thirdView; }@end@implementation ViewController- (void)v... 阅读全文
摘要:
#import "ViewController.h"#import "Masonry.h"#define kWeakSelf(weakSelf) __weak typeof(self)weakSelf = self#define WS(weakSelf) __weak __typeof(&*sel... 阅读全文
摘要:
#import @interface TJCircleProgressView : UIView/** * 图标 */@property(nonatomic,strong)UIImage *imgIcon;/** * 进度条值 */@property(nonatomic,assign)CGFlo... 阅读全文