UILabel內邊距

(void)drawTextInRect:(CGRect)rect { UIEdgeInsets insets = {5, 5, 5, 5}; [super drawTextInRect:UIEdgeInsetsInsetRect(rect, insets)]; } 繼承UILabel 新建一個WLLabel 重寫上面這個方法便可
相關文章
相關標籤/搜索