I'm trying to make a complete gesture based UITableView and have it so I can long press & drag to reorder. I also have it so you pull down to add a new cell. The last part I want is creating a "trash can" view at the bottom of the screen when the user can drag a cell down and drop it to delete. Similar to the messaging circles on the Facebook app that you can drag around and there is a delete view at the bottom. Except this is for tables.
Does anyone know anything that does this with a UITableView? I think I know how to do it at an abstract level but I'd like an example to get me started.
Does anyone know anything that does this with a UITableView? I think I know how to do it at an abstract level but I'd like an example to get me started.