On May 17, 2019, at 14:09 , Carl Hoefs <newsli...@autonomy.caltech.edu> wrote: > > Is this a bug, or is it documented behavior? > > Without the following setting: > > self.tableView.autoresizingMask |= UIViewAutoresizingFlexibleWidth; > > a UITableView won't permit reordering of the table's cells.
I think the problem is that reordering requires the cells to be dragged by the reordering control at the right-hand end. If your cells don’t resize properly, the reordering control can be outside the table view, and reordering can’t be done. You need to make sure the cells resize properly (and autolayout is probably a better choice than autoresizing masks). _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com