• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
create NSMutableString with no limit?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

create NSMutableString with no limit?


  • Subject: create NSMutableString with no limit?
  • From: "James W. Walker" <email@hidden>
  • Date: Sat, 18 Mar 2006 14:37:11 -0800

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, and it doesn't say you can pass 0 as the capacity. I can take advantage of toll-free bridging and say (NSMutableString*) CFStringCreateMutable( NULL, 0 ), but there must be a more obvious way.
_______________________________________________
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
  • Follow-Ups:
    • Re: create NSMutableString with no limit?
      • From: Markus Hitter <email@hidden>
    • Re: create NSMutableString with no limit?
      • From: Andy Lee <email@hidden>
    • Re: create NSMutableString with no limit?
      • From: Paul Lynch <email@hidden>
    • Re: create NSMutableString with no limit?
      • From: j o a r <email@hidden>
  • Prev by Date: Embedding a Framework within a Framework
  • Next by Date: Re: create NSMutableString with no limit?
  • Previous by thread: Re: Embedding a Framework within a Framework
  • Next by thread: Re: create NSMutableString with no limit?
  • Index(es):
    • Date
    • Thread