You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: