Hi all !
I need to create a string using results of a textfield.
I use :
> NSString *username = [NSString stringWithFormat:myTextField.txt];
but i get the warning : Format not a string literal and no format arguments.
Everything works but like i use more than 10 times this syntax i would like to erase this warning. thanks to all !