tableview获取选中cell对象

来源:互联网 发布:excel数据汇总合并 编辑:程序博客网 时间:2024/06/10 03:51
-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{

 
        
        UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
        
        

    

}
0 0
原创粉丝点击