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.
我需要将 ImageView 拖到 UITableView。我已经实现了拖动,但现在我需要确定拖放图像视图的单元格。
我可以得到可见的单元格,但计算确切的 indexpath 似乎并不清楚。任何帮助表示赞赏。
从拖动回调中获取表格视图中的点,然后检查
indexPathForRowAtPoint: