Re: NSString and NSMutableString
Re: NSString and NSMutableString
- Subject: Re: NSString and NSMutableString
- From: m <email@hidden>
- Date: Sat, 14 Apr 2007 18:34:37 -0700
On Apr 14, 2007, at 5:00 PM, Michael Novak wrote:
I am trying to take the whitespace " " out of a string and replace
it with a + character. I have read through the documentation and
tried using replaceOccurrencesOfString but the app is crashing when
text is entered in the field. Am I not using the right method?
Are you getting any warnings? Heed them. You can't send the
replaceOccurrencesOfString method to an instance of NSString
And how about posting some code?
_murat
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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