美文网首页
iOS 获取cell

iOS 获取cell

作者: 夏天爱西瓜汁 | 来源:发表于2017-11-28 11:21 被阅读68次

2016.6.27

在table的didSelectRowAtIndexPath方法中

AboutViewCell*cell = [tableViewcellForRowAtIndexPath:indexPath];

NSIndexPath*index = [NSIndexPathindexPathForRow:6inSection:0];

QRCodeCell*cell = [self.schoolTablecellForRowAtIndexPath:index];

row  :  第几个cell   section: 第几个区

相关文章

网友评论

      本文标题:iOS 获取cell

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