On Jul 16, 2009, at 9:09 PM, Development wrote:

Actually its a UITextView, it is linked in IB and when I NSLog (@"%@",about.text) it shows me that it has the string stored in the object, however it is not updating the onscreen view.

Make sure that your text view is large enough to show the size of text that you are displaying in it. Otherwise the word wrap might be causing the text to seem to disappear.

If necessary, make your text view too big just to make sure that the text is showing.

Also make sure that the text color of the view is not white.

Scott

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to