1. 首页
  2. 数据库
  3. 其它
  4. BTLabel:UILabel子类具有垂直文本对齐插图图像和高度计算 源码

BTLabel:UILabel子类具有垂直文本对齐插图图像和高度计算 源码

上传者: 2021-02-06 06:49:47上传 ZIP文件 978.68KB 热度 17次
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:
用户评论