NSIndexPath *indexPath=[goodsDetailsTableView indexPathForSelectedRow];
GoodsDetailsTableViewCell *cell=[goodsDetailsTableView cellForRowAtIndexPath:indexPath];
NSIndexPath *indexPath=[goodsDetailsTableView indexPathForSelectedRow];
GoodsDetailsTableViewCell *cell=[goodsDetailsTableView cellForRowAtIndexPath:indexPath];
本文标题:在tableview的代理外取到cell
本文链接:https://www.haomeiwen.com/subject/vkbrjttx.html
网友评论