views:

45

answers:

1

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

+1  A: 

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

marcc