美文网首页
3、TableView点击Cell之后,让其自动弹起

3、TableView点击Cell之后,让其自动弹起

作者: 天听云道 | 来源:发表于2016-03-05 12:44 被阅读161次
    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
        // ------点击单元格之后,让其自动弹起
        [tableView deselectRowAtIndexPath:indexPath animated:YES];
    }
    

    相关文章

      网友评论

          本文标题:3、TableView点击Cell之后,让其自动弹起

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