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.
-Carl
> On May 16, 2019, at 8:38 PM, Carl Hoefs
> wrote:
>
> The problem boils dow
On May 17, 2019, at 14:09 , Carl Hoefs 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 t