[TIMOB-9974] TiAPI: Need the ability to adjust the line height / leading of text components
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 2.1.0 |
| Fix Version/s | n/a |
| Components | TiAPI |
| Labels | api |
| Reporter | Rick Blalock |
| Assignee | Unknown |
| Created | 2012-07-16T15:22:47.000+0000 |
| Updated | 2018-02-28T20:04:18.000+0000 |
Description
For text components like UILabel we need the ability to adjust the line height / leading / vertical spacing. This is an important typographical control. An example of controlling line height: https://img.skitch.com/20120717-cfr4cp64hyk59xk21rtpkjx2iy.png - I'm talking about the space between the lines of this text label.
With brief research it doesn't look like it's possible out of the box with a UILabel in iOS and what most people have done is subclass the UILabel class to allow for this control.
No comments