Re: UIImageView Scaling
Steve Christensen <punster@...>
I think I ran into similar issues in the dim past. If I recall correctly, the image view would resize to accommodate the image size if the image was set before a layout pass, or maintain some fixed size (initial frame?) if the image was set later. And I believe this was happening when there were no explicit constraints.
toggle quoted message
Show quoted text
I didn’t ask before, but do you have constraints, either fixed or proportional to something else, set on the image view? If so, and the image view is set to aspect fit, then you should get consistent behavior no matter the image size. Steve On Jul 20, 2018, at 10:07 PM, Rick Aurbach via Groups.Io <rlaurb@...> wrote:
|
|