Re: UITextView Doesn't seem to function
Re: UITextView Doesn't seem to function
- Subject: Re: UITextView Doesn't seem to function
- From: Jonathan Hess <email@hidden>
- Date: Thu, 16 Jul 2009 18:58:05 -0700
Have you verified that the "about" pointer is actually set to point to
a text field? If it was nil, it would explain the behavior your
describing.
Jon Hess
On Jul 16, 2009, at 6:52 PM, Development wrote:
Ok, I have tried:
about.text = @"About text";
and
[about setText:@"About Text"]
but when I bring up the text view it is empty until I touch inside
it and the KB appears. which ruins the whole point since it is
suppose to be non editable.
What am I doing wrong with this view that it will not display a
simply NSString? I have even tried [about setNeedsDisplay] and
nothing.
_______________________________________________
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
_______________________________________________
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