ios - Last line cut off in UITextView when text contains a long line -
i'm trying use uitextview display static text, have long line somewhere in text, , last line of text gets cut off (isn't displayed).
my settings on text view are: not selectable, not editable , no scroll enabled.
a long line means line wrapped 6 lines , more, 5 lines or less seems work expected.
example text causes problem:
line 1 line 2 long ... line 3 line 4
in example, if line 2 wrapped 6 lines or more, line 4 not visible.
the app targeting ios 7, phone runs 8.3.
might worth mentioning i'm using text view in uitableviewcell
automatic dimension.
Comments
Post a Comment