I'm trying to take a string of an input sentence and separate the string into single words. Once the words are separated I want to display one at a time. How can i do this?
So far I've discovered that i can use the method componentsSeparatedByString but this still doesn't really get me anywhere. I'm pretty new to objective C and would appreciate your help! Any points to the right direction would be great
or should i use NSScanner?
So far I've discovered that i can use the method componentsSeparatedByString but this still doesn't really get me anywhere. I'm pretty new to objective C and would appreciate your help! Any points to the right direction would be great
or should i use NSScanner?