Btw, we were overriding trait collections and have stopped doing this now in iOS 16. Not sure if it is what fixed this problem for us or not. We did this premptively because of some deprecated methods in iOS16 that will break the way we handle orientation.
Post
Replies
Boosts
Views
Activity
No, but it has stopped now. We didn't do or change anything that I'm aware. Possibly a bug patched in a newer version of iOS 16? Can you update your phones (if an update is available) and confirm if this resolved the issue for you?
You can do this with constraints, but it is extremely confusing. I've filed a bug report, this is crazy that this was removed.
This is simple enough for attributes like font or color (and in fact no different to previous versions of XCode), but for constraints this method is really convoluted. Size classes are more complex than changing the color, for example, because sizes and location differ significantly on many apps depending on the size class (where as a color, is normally the same regardless of size class). Generally, position/size constraints are going to be very complex. I've filed a bug report too, and I suspect (and hope) they will bring this feature back.
YES! Thanks.