摘要: #import @interface LightLabel : UILabel{ float redValue_; float greenValue_; float blueValue_; float size_;}@property(assign,nonatomic)float redValue;... 阅读全文
posted @ 2013-07-01 13:35 just to do 阅读(446) 评论(0) 推荐(0) 编辑
摘要: #import @interface LineSpaceLabel : UILabel{ CGFloat charSpace_; CGFloat lineSpace_;}@property(nonatomic, assign) CGFloat charSpace;@property(nonatomic, assign) CGFloat lineSpace;@end#import "LineSpaceLabel.h"#import #import@implementation LineSpaceLabel@synthesize lineSpace = lineSpace_;@ 阅读全文
posted @ 2013-07-01 13:32 just to do 阅读(4857) 评论(0) 推荐(0) 编辑