Assertion failure in UITraitCollection * _Nonnull returned nil from -traitCollection, which is not allowed? when I try to run Xcode 11 beta in ios 13 it crashed. I don\'t kn
Just simple put your code in main thread of UI update :
DispatchQueue.main.async { // Put your code here }