hi all
whether there are any event from which I handle the drop event of UITableViewCell.
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?
hi all
whether there are any event from which I handle the drop event of UITableViewCell.
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?