iOS_ui_UItableView-tableView点击方法

2016-01-22 16:37:33

// tableView点击方法

  • (void)tableView:(UITableView )tableView didSelectRowAtIndexPath:(NSIndexPath )indexPath
    {

    NSLog(@"点击");
    // 取消选中效果
    [tableView deselectRowAtIndexPath:indexPath animated:YES];

    }

当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »