Skip to main content

Yes, a UITextView is what you're looking for. You'll have to deal with some things differently (like the return key) but you can add text to it, and it will allow you to scroll up and down if there's too much text inside.

This link has info about making a screen to enter data:

http://iphoneincubator.com/blog/windows-views/how-to-create-a-data-entry-screen a data entry screen

Yes, a UITextView is what you're looking for. You'll have to deal with some things differently (like the return key) but you can add text to it, and it will allow you to scroll up and down if there's too much text inside.

This link has info about making a screen to enter data:

http://iphoneincubator.com/blog/windows-views/how-to-create-a-data-entry-screen

Yes, a UITextView is what you're looking for. You'll have to deal with some things differently (like the return key) but you can add text to it, and it will allow you to scroll up and down if there's too much text inside.

This link has info about making a screen to enter data:

create a data entry screen

deleted 106 characters in body
Source Link
nevan king
  • 114k
  • 45
  • 207
  • 244

Yes, a UITextView is what you're looking for. You'll have to deal with some things differently (like the return key) but you can add text to it, and it will allow you to scroll up and down if there's too much text inside.

This link has more details:

http://www.iphonedevhelp.com/2008/04/uitextview-vs-uitextfield.html

And this link has info about making a screen to enter data:

http://iphoneincubator.com/blog/windows-views/how-to-create-a-data-entry-screen

Yes, a UITextView is what you're looking for. You'll have to deal with some things differently (like the return key) but you can add text to it, and it will allow you to scroll up and down if there's too much text inside.

This link has more details:

http://www.iphonedevhelp.com/2008/04/uitextview-vs-uitextfield.html

And this link has info about making a screen to enter data:

http://iphoneincubator.com/blog/windows-views/how-to-create-a-data-entry-screen

Yes, a UITextView is what you're looking for. You'll have to deal with some things differently (like the return key) but you can add text to it, and it will allow you to scroll up and down if there's too much text inside.

This link has info about making a screen to enter data:

http://iphoneincubator.com/blog/windows-views/how-to-create-a-data-entry-screen

Source Link
nevan king
  • 114k
  • 45
  • 207
  • 244

Yes, a UITextView is what you're looking for. You'll have to deal with some things differently (like the return key) but you can add text to it, and it will allow you to scroll up and down if there's too much text inside.

This link has more details:

http://www.iphonedevhelp.com/2008/04/uitextview-vs-uitextfield.html

And this link has info about making a screen to enter data:

http://iphoneincubator.com/blog/windows-views/how-to-create-a-data-entry-screen