这是一个简单的 UILabel 子类,它添加了填充间距,自动高度调整和垂直对齐。
源自 https://gist.github.com/marcoarment/2596057 和 @soffes/SAMLabel
根据评论进行了修改
在 GitHub 上包装成一个 Cocoapod 以便于安装和协作可持续性
self.insetLabel.insets = UIEdgeInsetsMake(8, 16, 12, 16); // top, left, bottom, right
self.insetLabel.verticalTextAlignment = UIControlContentVerticalAlignmentBottom;
@marcoarment @jeebster @bomalley @danomatika @soffes @doublerebel
版权所有 2011 Instapaper LLC,发布至公共领域。