开发者

Monotouch: How do I display the contents of a file?

开发者 https://www.devze.com 2023-02-10 19:46 出处:网络
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 ente

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消