UITableView选中后颜色立即消失

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

猜你喜欢

转载自duchengjiu.iteye.com/blog/1900377
今日推荐