Is there a way to limit UITextView to one line, whereby I can fill it with any amount of text and it will resize horizontally to match: like so:
-----------
| cheese |
-----------
... when filled with longer text becomes
--------------------------
| the last man on earth |
--------------------------
(the lines indicate the edges of the UITextView)