I have a file that I create which I want to display to the user. A UITextView allows the user to edit the file, which I don't want.开发者_开发百科 Basically it is a report of the data the user has entered, before I have performed calculations (kind of like the preview of an email sent from the iPhone).
How do I accomplish this?
Just use a UITextView and set its Editable property to false.
精彩评论