cómo seleccionar pero no enfocar textfield swift
func textFieldShouldBeginEditing(textField: UITextField) -> Bool {
return false;
}
Mobile Star
func textFieldShouldBeginEditing(textField: UITextField) -> Bool {
return false;
}