美文网首页开发中的生活
UItableView使用汇总

UItableView使用汇总

作者: 面试小集 | 来源:发表于2015-10-16 14:46 被阅读60次

    1. cell选中后的反显颜色即刻消失

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

    相关文章

      网友评论

        本文标题:UItableView使用汇总

        本文链接:https://www.haomeiwen.com/subject/nchacttx.html