Am 29.05.2009 um 02:55 schrieb John Ku:

And yeah, NSMutableString will be initialized else where and released later.

Why use a mutable string at all? Just retain the new string and dump the old one.

Use
@property (retain) NSString *title;
@synthesize title;
and be done with it.

        atze

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to