改变字体颜色:cell.textLabel.highlightedTextColor
改变背景颜色:cell.selectedBackgroundView (必须是图片哦)
改变图标颜色:cell.imageView.highlightedImage (必须是图片哦)
UITableViewCell添加点击时改变字体的颜色、背景、图标
原文:http://www.cnblogs.com/wangqw/p/4849881.html