0

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)

Revanth Kausikan
  • 673
  • 1
  • 9
  • 21
AAD
  • 1
  • 1
  • 1
    Welcome to StackOverflow. This question is very broad and it's unlikely somebody can help you. Please improve your question by adding the relevant code and better describing the differences between the release and debug version. – Codo Apr 05 '19 at 11:15
  • I think you looked for this topic https://stackoverflow.com/questions/55592341/xcode-10-2-protocol-inheritance-issue/55593277#55593277 – user11362050 Apr 15 '19 at 08:11
  • @user11362050 thanks! – AAD Apr 23 '19 at 13:00

0 Answers0