-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
According to your readme file, all I have to do to use this module is make my viewcontroller a subclass of ATSDragToReorderTableViewController rather than UITableViewController. My problem is that my viewcontroller currently looks like this:
@interface ViewController_iPad : UIViewController <GKSessionDelegate, UITableViewDelegate, UITableViewDataSource> {
.... other variables
UITableView *playersTableView;
... other variables
}
How should I use your code since i dont originally subclass UITableView? Sorry this may sound like a noob question, but I really need this to add some necessary functionality to my project.
Any feedback would be greatly appreciated.
Thanks
Metadata
Metadata
Assignees
Labels
No labels