上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: #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 曹县三胖暴打大猩猩 阅读(768) 评论(0) 推荐(0) 编辑
摘要: #import @interface TestCell : UITableViewCell@property (weak, nonatomic) IBOutlet UILabel *testLabel;- (void)parseResult:(NSString *)result;@end#impor... 阅读全文
posted @ 2015-05-20 15:57 曹县三胖暴打大猩猩 阅读(232) 评论(0) 推荐(0) 编辑
摘要: #import <UIKit/UIKit.h> @interface SNCircleProgressView : UIView /** * 进度值0-1.0之间 */ @property (nonatomic,assign)CGFloat progressValue; /** * 边宽 */ @p 阅读全文
posted @ 2015-05-20 11:26 曹县三胖暴打大猩猩 阅读(4859) 评论(0) 推荐(0) 编辑
摘要: 转自cocoachina 网友分享:http://mp.weixin.qq.com/s?__biz=MjM5OTM0MzIwMQ==&mid=206637839&idx=7&sn=d5719f4c59753143c288de6d6206832b&scene=5#rd 阅读全文
posted @ 2015-05-20 09:35 曹县三胖暴打大猩猩 阅读(160) 评论(0) 推荐(0) 编辑
摘要: NSString *path = [[NSBundle mainBundle] bundlePath]; NSURL *baseURL = [NSURL fileURLWithPath:path]; NSString * htmlPath = [[NSBundle mainBundle... 阅读全文
posted @ 2015-05-14 18:03 曹县三胖暴打大猩猩 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-10 22:16 曹县三胖暴打大猩猩 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-10 21:31 曹县三胖暴打大猩猩 阅读(168) 评论(0) 推荐(0) 编辑
摘要: #import @interface MJSegmentViewController : UIViewController/** * @brief 设置切换不同viewcontroller * * @param arrViewCtl 保存viewController对象 * @param ... 阅读全文
posted @ 2015-04-19 18:08 曹县三胖暴打大猩猩 阅读(492) 评论(0) 推荐(0) 编辑
摘要: 1:执行指令 chmod a+x "路径(Pods-resources.h文件所在的路径)"2:cd 进如pods文件夹下面3:执行指令第一步: sudo chmod 777 Pods第二步:pod install 阅读全文
posted @ 2015-04-10 14:04 曹县三胖暴打大猩猩 阅读(254) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页