Label wrapping issue - iOS 16 beta

Hello, does anyone experience this issue on the iOS 16 beta?

The text wrapping in a simple label seems it is different in the iOS 16 beta. As you can see in the image attached, the "essentially" text goes to the line below in the iOS 16 beta, this is just a dummy example but we have seen a lot of screens where this wrapping happens.

For the record: it is the same label with the same leading and trailing constraints values, the only thing that has changed is the IOS version.

As our app needs to be "Pixel-perfect" this is a problem because we have a lot of screens to fix and we want to avoid adding iOS version logic in the code.

Looks like they have slightly increased border margins (insets).

Could you check their values in iOS 15 and 16 ?

See this, may help:

https://stackoverflow.com/questions/3476646/uilabel-text-margin

I also noted on the screenshot that iOS 16 view is a few pixels narrower than iOS 15's. Is it just an image capture effect ?

Thanks a lot. Images are the same, they are just an example of what I was trying to explain (cannot share real app screenshots). It seems the border margins have changed in iOS 16, will check the URL you shared.

Label wrapping issue - iOS 16 beta
 
 
Q