Re: UITextView Doesn't seem to function
Re: UITextView Doesn't seem to function
- Subject: Re: UITextView Doesn't seem to function
- From: Scott Thompson <email@hidden>
- Date: Thu, 16 Jul 2009 22:17:32 -0500
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 (email@hidden)
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:
This email sent to email@hidden