HPReorderTableView
HPReorderTableView copied to clipboard
The list seems to be endless when trying to put item to end of the list
-
Add this code on Viewdidload and the try
self.tableView.estimatedRowHeight = 10; self.tableView.rowHeight = UITableViewAutomaticDimension;