iphone - ¿Ocultar UIAlertView programmatically?
uialertcontroller swift 4 (1)
Llamada
[theAlertView dismissWithClickedButtonIndex:0 animated:YES];
cuando manejas la tecla de retorno.
¿Hay alguna manera de ocultar UIAlertView mediante programación? De hecho, he agregado un UITextField en UIAlertView y quiero realizar la misma operación que cuando presiono el botón "Ok" cuando un usuario pulsa la tecla de retorno del teclado.