Re: create NSMutableString with no limit?
Re: create NSMutableString with no limit?
- Subject: Re: create NSMutableString with no limit?
- From: Heinrich Giesen <email@hidden>
- Date: Sun, 19 Mar 2006 11:02:28 +0100
On 19.03.2006, at 01:01, James W. Walker wrote:
What's the right way to create an NSMutableString with no limit on
its capacity? The only initialization method listed in the docs is
initWithCapacity, ...
This is not the only initialization method. Remember the enheritance
property of OO languages. NSMutableString enherits all methods incl.
initialization methods (about 20) from NSString and because NSString
enherits from NSObject a simple init could do it.
--
Heinrich Giesen
email@hidden
_______________________________________________
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