Skip to content

Instantly share code, notes, and snippets.

@CaliosD
Created January 21, 2016 03:52
Show Gist options
  • Save CaliosD/95439fbc1196832ab90c to your computer and use it in GitHub Desktop.
Save CaliosD/95439fbc1196832ab90c to your computer and use it in GitHub Desktop.
Unexpected margin in UITableViewCell in iOS9
if([tableview respondsToSelector:@selector(setCellLayoutMarginsFollowReadableWidth:)]) {
tableview.cellLayoutMarginsFollowReadableWidth = NO;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment