How to insert Placeholder in UITextView
Placeholder in UITextView is something that is required to help user understand what the control is for. Placeholder in iOS is the information text used to represent user of View. Placeholder is the instance property of TextField in iOS but as we know…
How to Set Left/Right Padding in UITEXTFIELD in IOS
There is a common ISSUE (How to Set Left/Right Padding in UITEXTFIELD in IOS ) we always faced while designing a IOS form and that is Padding and Margin of a UIControl. Either way we faced the same issue whether we use Storyboard or Programmatically we…