现在的位置: 首页 > 综合 > 正文

iphone-common-codes-ccteam源代码 CCUILabel.m

2013年09月06日 ⁄ 综合 ⁄ 共 489字 ⁄ 字号 评论关闭
//
//  CCUILabel.m
//  CCFC
//
//  Created by xichen on 11-12-17.
//  Copyright 2011年 ccteam. All rights reserved.
//


#import "CCUILabel.h"


@implementation UILabel(cc)


// 创建UILabel, 文本居中显示
+ (UILabel *)createLabel:(const CGRect *)rect withTitle:(NSString *)title
{
    return [UIView createLabel:rect withTitle:title];
}


@end

可能有更新:

googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCUILabel.m

github地址:

https://github.com/cxsjabc/iphone-common-codes-ccteam/tree/master/CCFC/files/CCUILabel.m

抱歉!评论已关闭.