MSLabel:自定义标签允许您指定行高和文本锚定

时间:2024-08-02 07:55:15
【文件属性】:

文件名称:MSLabel:自定义标签允许您指定行高和文本锚定

文件大小:44KB

文件格式:ZIP

更新时间:2024-08-02 07:55:15

Objective-C

MSLabel 是一个自定义 UILabel,允许您指定 LineHeight 和锚点。 这里还有另一个支持行高的自定义 UILabel: : 效果很好,除了它使用 coreText 所以它不会在 iOS 上运行 < v3.2 MSLabel 不使用 coreText 并且只是覆盖 drawRect。 用法 它支持大多数 UILabel 属性,包括文本对齐、字体、颜色...等。 线高指定每条线的绘制点之间的像素数。 anchorToBottom 指定文本是从框架的顶部还是底部增长。 例如。 MSLabel *titleLabel = [[[MSLabel alloc] initWithFrame:CGRectMake(0, 0, 100, 50)] autorelease]; titleLabel.lineHeight = 13; titleLabel.anchorToBottom


【文件预览】:
MSLabel-master
----MIT-LICENSE(1KB)
----MSLabelExample()
--------MSLabelExample()
--------MSLabelExample.xcodeproj()
----MSLabel.h(476B)
----README.md(1KB)
----MSLabel.m(10KB)
----.gitignore(95B)

网友评论