printdotio / printio-ios-sdk

SDK that enables the printing of any photo, from any source, onto any product!
Other
20 stars 11 forks source link

UI APIs called from background thread #534

Open herebcs opened 6 years ago

herebcs commented 6 years ago

While testing the store on iOS 11 two runtime warnings appear. They always appear together, on the same thread. Apparently [UIView init] and [UIImageView initWithFrame:] are called from a background thread.

The calls happen when the screen showing the preview of the actual photo is displayed.