Sto usando UITextfied
mentre faccio clic sulla tastiera testurizzata appare ma quando ho premuto il returntasto, la tastiera non sta scomparendo. Ho usato il seguente codice:
func textFieldShouldReturn(textField: UITextField!) -> Bool // called when 'return' key pressed. return NO to ignore.
{
return true;
}
il metodo resignfirstresponder non sta entrando in funzione.