I have a UIViewController
with UIViewTableView
on it. When I test the app in debug scheme - everything works - cells are fine and can be selected. However, when I build release - some of the cells are disappeared and none of the cells can be selected
Everything is as it should be in viewDidLoad
tableView.rowHeight = UITableViewAutomaticDimension
tableView.isUserInteractionEnabled = true
tableView.allowsSelection = true
It happened after Xcode update to Version 10.2 (10E125)