自定义可调整内边距的Label

主要是重载label的:-(void) drawTextInRect:(CGRect)rect ;git @implementation ZXJLabel{ UIEdgeInsets _insets; } -(instancetype)initWithInsets:(UIEdgeInsets)insets { if (self = [super init]) {
相关文章
相关标签/搜索