开发者

UITableViewCell drop event

开发者 https://www.devze.com 2022-12-22 06:39 出处:网络
whether there are any event from which I handle the drop event of U开发者_如何学编程ITableViewCell.

whether there are any event from which I handle the drop event of U开发者_如何学编程ITableViewCell.

Basically I want to do some task when I drop some thing on a cell of UITableView. So i want to know that whether any event is exist for this purpose?


How about adding a touchUpInside event to the uitableview? Or adding an invisible view, which catches the touch events, on top of the place where you want to catch the drop?

0

精彩评论

暂无评论...
验证码 换一张
取 消