IPInsetLabel 1.3.0

IPInsetLabel 1.3.0

测试已测试
Lang语言 Obj-CObjective C
许可 自定义
发布最新发布2014年12月

Charles Phillips维护。



这是一个简单的 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,发布至公共领域。