My app uses drawViewHierarchyInRect to get a UIImage from a rather complex view. Everything has worked for years... except now that the iPhone X and new iPad Pros are out. (Late 2018 models.) On these devices this call is tremendously slower than on previous models. Am I the only one finding this?
I'm calling it on the main thread, fwiw.
-Pete