NSAttributedString
NSAttributedString
- Subject: NSAttributedString
- From: Andrea Salomoni <email@hidden>
- Date: Tue, 14 Feb 2006 17:36:28 +0100
Hi to all,
I have 2 strings, the first is a normal NSStrind and the second one
is a new NSAttributedString.
I need to append the NSAttributedString to a NSString in this way:
string = [[[NSMutableAttributedString alloc] initWithString:
[aNickName stringByAppendingString:aString]] autorelease];
I need to convert aNickName in a bold string append it to aString....
but really cannot understand how.
How can I do?
Thank you all
Andrea
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden