读书人

UITableView选中后色彩立即消失

发布时间: 2013-07-08 14:13:00 作者: rapoo

UITableView选中后颜色立即消失

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{    //选中后反显颜色立即消失    [tv deselectRowAtIndexPath:indexPath animated:YES];}

?

读书人网 >移动开发

热点推荐