Can anyone tell me how to get the scroll to work in a text view. I've put a text view on a view but I can't get it to scroll. Any help would be great! Thanks,
Josh
PS I'm new to cocoa and iPhone dev so dumb it down please.
if you're using a text field, open the layout in interface builder, select the text field and in the properties inspector, tick the box that says vertical scrolling That should be it
I'm glad it worked out
If for some reason you want to; in interface builder it is possible to just resize the text view as well so that you needn't have that much text to scroll.