Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 370 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 370 Bytes

My-Extensions-and-IBDesignables

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()