If I have an NSString with something like this in it: Note Title Here:@:Note Description Here:@:123839:@:High Priority
How can I separate out the strings between the ":@:" characters? I would know how many segments to expect if using something other than an array/for-loop would be easier.
Thanks!