Hi, I created an app which has a UITextField within a tableview. This worked fine in Xcode 10 and iOS 12, but it just stopped working in Xcode 11 and iOS 13. The textfield is no longer editable. Textfileds work elsewhere, and I have also checked that user interacxtion is enabled for the textview. Why would it just stop working now? Did iOS 13 bring a breaking change in that area.? I would like some help in this.
I got it! Turns out the warning is in the console log: Warning once only: UITableView was told to layout its visible cells and other contents without being in the view hierarchy.
Just set a symbolic breakpoint with UITableViewAlertForLayoutOutsideViewHierarchy and it will show the line of the problem in stack