bobobobo
bobobobo

Reputation: 67224

UITextField ellipses

I have a UITextField but when it overflows I want it to scroll not use an ellipses. Can you do this on the iPhone?

Upvotes: 1

Views: 749

Answers (1)

marcc
marcc

Reputation: 12399

You could put your text field into a UIScrollView with a large content size.... This would make it scrollable.

Upvotes: 1

Related Questions