objective c - NSString cutting one string to pieces -


so, making item class project , want have keywords search in search tab, read can't put arrays coredata, thought put string , seperate keywords ,

so how read string , cut smaller pieces? or there better way this?

look @ nsstring's -componentsseparatedbystring: , -componentsseparatedbycharactersinset: methods.


Comments