在tableview的代理外取到cell
2016-07-09 本文已影响17人
武林盟主和穿山甲
NSIndexPath *indexPath=[goodsDetailsTableView indexPathForSelectedRow];
GoodsDetailsTableViewCell *cell=[goodsDetailsTableView cellForRowAtIndexPath:indexPath];
NSIndexPath *indexPath=[goodsDetailsTableView indexPathForSelectedRow];
GoodsDetailsTableViewCell *cell=[goodsDetailsTableView cellForRowAtIndexPath:indexPath];