Hi all! I have a question... I wish take from a string that contains a name and surname, the initial of the first and the surname complete.... example:
NSString* myName = @"Mel Gibson";
//I Wish have "M Gibson";
NSString* myName2 = @"Leonardo Di Caprio";
//I wish have "L Di Caprio";
Thanks