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
2009-11-02 23:34:45