02 2016 档案

摘要:1 #import <Foundation/Foundation.h> 2 #import <objc/runtime.h> 3 4 @interface NSObject (CategoryWithProperty) 5 6 /** 7 * 要在Category中扩展的属性 8 */ 9 @pro 阅读全文
posted @ 2016-02-25 17:39 PFY 阅读(201) 评论(0) 推荐(0)
摘要:1 + (UIColor *)colorWithRGB:(NSString *)rgbstr{ 2 NSString *newrgbstr = [rgbstr uppercaseString]; 3 NSInteger strlen = newrgbstr.length; 4 UIColor *co 阅读全文
posted @ 2016-02-23 11:44 PFY 阅读(477) 评论(0) 推荐(0)