一些关于uitableviewcell的总结

来源:互联网 发布:mac百度网盘限速破解 编辑:程序博客网 时间:2024/05/21 08:46

  1,在cell里获取点击cell上的控件的indexPath和row

        NSIndexPath *indexPath = [(UITableView *)self.superviewindexPathForCell: self];

原创粉丝点击