Steven

Results 4 issues of Steven

Would be nice to have an option on the generic label to set the line spacing. This code sort of works but the label's frame size (height) is somehow not...

Last 2 characters of a link are not tappable if one emoji (or any other 2 byte unicode character) is used before the link.

In the code for attributed labels (TiUILabel+Extend.m) checks for labels that have attributes by using this code: ``` C if(label.attributedText == nil) return; ``` But according to Apple's documentation the...