UITableViewAlertForLayoutOutsideViewHierarchy error: Warning once only (iOS 13 GM)

It happened to me because I registered the device for change orientation notification in the viewWillAppear(🙂 method.
I moved the registration in the viewDidAppear(
🙂 and Xcode it’s not stopping at the breakpoint anymore.

What I can say is that layout changes might be run when the view is already visible…

Leave a Comment