02 2016 档案
摘要:1 #import <Foundation/Foundation.h> 2 #import <objc/runtime.h> 3 4 @interface NSObject (CategoryWithProperty) 5 6 /** 7 * 要在Category中扩展的属性 8 */ 9 @pro
阅读全文
摘要:1 + (UIColor *)colorWithRGB:(NSString *)rgbstr{ 2 NSString *newrgbstr = [rgbstr uppercaseString]; 3 NSInteger strlen = newrgbstr.length; 4 UIColor *co
阅读全文

浙公网安备 33010602011771号