BTLabel:UILabel子类具有垂直文本对齐插图图像和高度计算 源码
BT标签 UILabel子类具有垂直文本对齐,插图,图像和高度计算。 专门设计用于UITableView。 用法 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 例子 简单的初始化: BTLabel *label = [[BTLabel alloc ] initWithFrame: CGRectMake ( 10 , 10 , 300 , 80 ) edgeInsets: UIEdgeInsetsMake ( 10 , 20 , 10 , 10 )]; label.font = [UIFont preferredFontForTextStyle:
用户评论