Skip to content

Instantly share code, notes, and snippets.

@terrybu
Created October 8, 2015 01:50
Show Gist options
  • Save terrybu/26c61f53da1967905af8 to your computer and use it in GitHub Desktop.
Save terrybu/26c61f53da1967905af8 to your computer and use it in GitHub Desktop.
let emailImgView = UIImageView(image: UIImage(named: "btn_close"))
let paddedEmailImgView = UIView(frame: CGRect(x: 0, y: 0, width: 40, height: 32))
paddedEmailImgView.addSubview(emailImgView)
emailField.leftViewMode = UITextFieldViewMode.Always
emailField.leftView = paddedEmailImgView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment