vertical scrolling of text in UItextfield
Posted
by mindfreak
on Stack Overflow
See other posts from Stack Overflow
or by mindfreak
Published on 2010-04-21T06:31:52Z
Indexed on
2010/04/21
6:33 UTC
Read the original article
Hit count: 800
uitextfield
I am filling Uitextfield with Uibutton click event.(e.g. clicking on BUTTONA will add 'a' to textfield.). my problem is that when inserted text reaches the end of textfield, further characters inserted into textfield via UIbutton are not visible.instead ... is seen . how to let text inside Uitextfield scroll to left when width of UItextfield is reached(just like when we enter characters in UItextfield via keyboard) ? Please let me know.
© Stack Overflow or respective owner