Skip to content

Instantly share code, notes, and snippets.

@Broich
Created February 25, 2014 17:02
Show Gist options
  • Save Broich/9213121 to your computer and use it in GitHub Desktop.
Save Broich/9213121 to your computer and use it in GitHub Desktop.
UIView *userNameHackView = [[UIView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, 15.0f, 20.0f)];
self.usernameTextField.leftView = userNameHackView;
self.usernameTextField.leftViewMode = UITextFieldViewModeAlways;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment