I have a requirement to show "#" instead of bullets for password field. But as there is no default option available for it in UITextField.
I have tried to write custom logic in "shouldChangeCharactersInRange" But i am not able to handle the index when user will remove or add any specific character from in-between.
So here are my questions :- 1. Do i need to find any library 2. There is any other default option available for it? 3. Need to write custom logic for it? If so where i can handle it correctly "shouldChangeCharactersInRange" or "textFieldDidChange"