I have a UITableView with a Drag and Drop delegate set up. I am able to drag cells between other cells in the UITableView but it does not seem like there is a delegate method for what happens if I drag a cell on top of another cell, in which case I want to combine the two cells (kind of like dragging around apps in iOS). What's the best way to do this? Thanks
from UITableView drag and drop a cell onto another cell?
No comments:
Post a Comment