ISSUE:
AspectRatio is not positioning correctly. As it ends up moving in the Y-axis whenever I view it on a different device.
Example:
On seperate device:
The first image shows what it is intended to be, the second image shows the position being off
DETAILS:
Here are the properties of the UIAspectRatio:
AnchorPoint
for the ImageLabel: (0.5, 0)
ATTEMPTS:
I did try using Fit for the ScaleType
, but ended with the same issue.
And yes, I also did try messing around with AnchorPoint
Thanks!!!114