Is there a way to convert an NSString to an Array that holds all individual letters of the string? I am planning for example to scramble the letters.
So I want to input a string, break it down to individual letters and scramble the letters.
Any ideas?
So I want to input a string, break it down to individual letters and scramble the letters.
Any ideas?