Skip to content

Instantly share code, notes, and snippets.

@flashlib
Created September 30, 2013 07:45
Show Gist options
  • Save flashlib/6760544 to your computer and use it in GitHub Desktop.
Save flashlib/6760544 to your computer and use it in GitHub Desktop.
改变UITableViewCell选中时背景色
cell.selectedBackgroundView = [[[UIView alloc] initWithFrame:cell.frame] autorelease];
cell.selectedBackgroundView.backgroundColor = [UIColor xxxxxx];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment