Hi, could someone give me some guidance on which property/object to use to keep the aspect ratio of my image consistent?
I can make it use RelativeXX or RelativeYY to keep the aspect ratio fixed, but also saw that there is a UIAspectRatioConstraint object I could insert to do something similar.
Which should I use/what are the use cases for each? Pros/Cons?