20
Establecer la longitud máxima de caracteres de un UITextField en Swift
Sé que hay otros temas sobre esto, pero parece que no puedo averiguar cómo implementarlo. Estoy tratando de limitar un UITextField a solo 5 caracteres Preferiblemente alfanumérico y - y. y _ He visto este código func textField(textField: UITextField, shouldChangeCharactersInRange range: NSRange, replacementString string: String) -> Bool { let maxLength …