Skip to content

problem with integrating into project #13

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions