Skip to content

Instantly share code, notes, and snippets.

@amudi
Created April 27, 2011 03:27
Show Gist options
  • Save amudi/943667 to your computer and use it in GitHub Desktop.
Save amudi/943667 to your computer and use it in GitHub Desktop.
[iOS] UITableView content inset
[tableView setContentInset:UIEdgeInsetsMake(1, 0, 0, 0)]; // set content inset so the first separator is displayed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment