Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jumbo-in-Jap/14429ea1850424cadf39dd9f50c4ccfc to your computer and use it in GitHub Desktop.
Save jumbo-in-Jap/14429ea1850424cadf39dd9f50c4ccfc to your computer and use it in GitHub Desktop.
UITextfiled Padding
textField.leftView = UIView(frame: CGRectMake(0,0,20,20))
textField.leftViewMode = .Always
textField.layer.borderColor = UIColor.appColor().CGColor
textField.layer.cornerRadius = 5
textField.layer.borderWidth = 1
textField.layer.masksToBounds = true
tableView.separatorStyle = .None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment