使用方法
1.將UIEdgeInsetsLabel.h
,UIEdgeInsetsLabel.m
檔案拉入工程。
2.引入UIEdgeInsetsLabel.h
檔案。
3.使用contentInset
屬性設定內邊距
self.edgeLabel.contentInset = UIEdgeInsetsMake(20, 20, 20, 20);
複製程式碼