UITextView Doesn't seem to function
UITextView Doesn't seem to function
- Subject: UITextView Doesn't seem to function
- From: Development <email@hidden>
- Date: Thu, 16 Jul 2009 18:52:55 -0700
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