Reputation: 67224
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
Reputation: 12399
You could put your text field into a UIScrollView
with a large content size.... This would make it scrollable.
Upvotes: 1