These are the extension which i use in my projects
How to use MyTextField.swift IBDesignable
- Conform delegate in ViewController:MyTxtFieldClickDelegate
- Set Placholder
fNameTxtField.setPlaceHolder(placeHolder:"Put Placeholder Here")
- Get the entered value of Textfield
fNameTxtField.getTextField()