njhamann on 07/29/09
Last Edited at 07/29/09 02:16pm
Found this at http://borkware.com/quickies/one?topic=NSString (useful link): NSString *string = @"oop:ack:bork:greeble:ponies";NSArray *chunks = [string componentsSeparatedByString: @":"]; Hope this helps! Adam
Report this snippet Tweet
Comment:
You need to login to post a comment.