Hey guys,
I am writing an app for my iPhone that has a pretty simple concept. Two buttons and one display. One button adds a word to the display, and the other removes the last word.
I have all that stuff figured out. What I need however, is for the display to scroll horizontally. I don't know if this is possible with Label or TextFeild, but I feel like I would prefer to use one of these.
There is no need for the user to be able to edit the display, so I don't want a keyboard to pop up. (I already know how to do this, just letting you know how it works)
So that's pretty much it. Any suggestions as to what one I should use and where I can find the methods that I will need to make this work?
Thank you all very much in advance ^_^
I am writing an app for my iPhone that has a pretty simple concept. Two buttons and one display. One button adds a word to the display, and the other removes the last word.
I have all that stuff figured out. What I need however, is for the display to scroll horizontally. I don't know if this is possible with Label or TextFeild, but I feel like I would prefer to use one of these.
There is no need for the user to be able to edit the display, so I don't want a keyboard to pop up. (I already know how to do this, just letting you know how it works)
So that's pretty much it. Any suggestions as to what one I should use and where I can find the methods that I will need to make this work?
Thank you all very much in advance ^_^