Skip to content

Instantly share code, notes, and snippets.

@jkongie
Created March 10, 2010 04:13
Show Gist options
  • Save jkongie/327510 to your computer and use it in GitHub Desktop.
Save jkongie/327510 to your computer and use it in GitHub Desktop.
//Use this to align the text in a text view where you want it
textView.contentInset = UIEdgeInsetsMake(-8,-8,0,0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment