Skip to content

Latest commit

History

History
14 lines (10 loc) 路 651 Bytes

README.md

File metadata and controls

14 lines (10 loc) 路 651 Bytes

Banner

NELineLabel

A UILabel subclass that adds a decorative line

IBInspectable

Using NELineLabel

You can use NELineLabel Programmatically or in IB. Don't forget to add width constraints/set custom sizing on your Label, since that's where the line is going to be drawn.

Customizing NELineLabel

NELineLabel supports IBDesignable and IBInspectable. You can customize the space between the text and line (lineSpace) and the height of the line (lineHeight).