We are currently testing our mobile application on the iOS 16 preview. Our application allows you to draw and sign using the UIKit/PDFKit which results in an image that we store. When the image is opened it is displayed upside down. Is this an expected change caused by the new OS or is this a bug that will be fixed when the stable version is released? Is there any guide/advice on this if this is an expected change?
Upside down drawings on iOS 16 preview
Are you able to reproduce this issue in a sample project? Without more details it's hard to investigate what's happening here.
We realized that we have a function that horizontally mirrors the image because it's being stored inverted. It is a workaround that we'll remove once iOS 16 is released. Thanks!