HPReorderTableView icon indicating copy to clipboard operation
HPReorderTableView copied to clipboard

The list seems to be endless when trying to put item to end of the list

Open IAmMonika opened this issue 9 years ago • 0 comments

  • Add this code on Viewdidload and the try

    self.tableView.estimatedRowHeight = 10; self.tableView.rowHeight = UITableViewAutomaticDimension;

IAmMonika avatar Sep 22 '16 06:09 IAmMonika