Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 702 Bytes

File metadata and controls

13 lines (9 loc) · 702 Bytes

AGDragDropTableViewCell

Drag and Drop TableViewCell by the use of Drag and Drop Protocols...

In this project we use the UITableViewDragDelegate and UITableViewDropDelegate protocols for move/Drag&Drop TableViewRaw From TableView To TableView

NOTE:- In iPhone we can move TableView raw Between two TableView On same screen but in Ipad we move the raw Between Same Screen, diffrent view controller, and diffrent apps also.

Example

Example