KOMARA ASHOK
Results
1
comments of
KOMARA ASHOK
you can use this method in "text field delegate" func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool { let maxLength = 19 let currentString: NSString =...