UITableViewCell reorder control disappearing when table is scrolled

My UITableView has 2 custom cells: cell1 & cell2 My UITableView displays one or the other depending on an enum value. If enumValue == 0, cell1 is shown and the table should not allow reorderi...