Created
September 30, 2013 07:45
-
-
Save flashlib/6760544 to your computer and use it in GitHub Desktop.
改变UITableViewCell选中时背景色
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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