Hi everyone,
I've got a UITextField on my interface that, for various reasons, I'm not using the keyboard to input text into. I'm using a bunch of buttons beneath it (I suppose like the calculator app).
My buttons all work fine in putting text into the UITextField, but once the text extends beyond the length of the screen, I see this:
"all the stuff I've writt..."
What I really want to see is this:
"... the stuff I've written"
How can I scroll my UITextField programmatically?
Thanks,
Dave
I've got a UITextField on my interface that, for various reasons, I'm not using the keyboard to input text into. I'm using a bunch of buttons beneath it (I suppose like the calculator app).
My buttons all work fine in putting text into the UITextField, but once the text extends beyond the length of the screen, I see this:
"all the stuff I've writt..."
What I really want to see is this:
"... the stuff I've written"
How can I scroll my UITextField programmatically?
Thanks,
Dave