Due to the iOS 16 will be using TextKit 2 as default, does anyone know if it is possible to set TextKit 1 as default in the UILabels in iOS 16?
We need to keep the same UI in iOS 16 and iOS 15 by contract (the app only supports iPhone 11 pro) and we have found a lot of UILabels that render its contents in a different way during our first test in iOS 16.
For instance, you can change this in a TextView under the text layout option (image attached), please see this for references: https://developer.apple.com/videos/play/wwdc2022/10090/ (minute 5:24)
That said, if Apple supports this, do they support changing this in an UILabel? yes? no? if not, why not?