Ho visto domande nello stackoverflow che convertono unichar in NSString ma ora vorrei fare il contrario. Come faccio? bisogno di un orientamento .. Grazie Ad esempio, ho un array di stringhe: [@"o",@"
Come si aggiunge un carattere unichar a NSMutableString? unichar c = 'T';
NSMutableString *s = [NSMutableString stringWithString:@"MyString"];
// want s to become "MyStringT"
https://discussions.