Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 236 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 236 Bytes

YLEdgeLabel

UILabel添加内边距

使用

  • 直接设置 insets _testLabel.contentEdgeInsets = UIEdgeInsetsMake(15, 15, 15, 15);
  • 单独设置某一边的insets _aimLabel.topEdge = arc4random()%30 + 4;

添加 pod 引用