Re: NSAttributedString & iOS 4
Re: NSAttributedString & iOS 4
- Subject: Re: NSAttributedString & iOS 4
- From: Scott Anguish <email@hidden>
- Date: Sat, 3 Jul 2010 20:33:58 -0400
On Jul 3, 2010, at 8:12 PM, Mike Manzano wrote:
> I see that NSAttributedString is in iOS 4, but both UITextView nor UITextField's text property takes an NSString. Does that mean these views are off limits if I want to use an attributed string?
The first problem is that if those controls did accept strings, they wouldn’t accept NSAttributedStrings in place of the string instance.
Indeed the text property is an NSString, so no go._______________________________________________
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