Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在tableview的customcell中使用webView,webView覆盖了customcell的总面积。当我单击自定义单元格中的 Web 视图时,我无法获取索引路径。我已经完成了didSelectRosAtIndexPath等基本编码。
谁能告诉我当我点击单元格时如何获取一行的索引路径。
你试过了- (NSIndexPath *)indexPathForCell:(UITableViewCell *)cell吗?
- (NSIndexPath *)indexPathForCell:(UITableViewCell *)cell