How to replicate UIImageView’s `scaleAspectFill` for Images inside a custom Layout?
I’ve defined a custom layout container by having a struct
conform to Layout
and implementing the appropriate methods, and it works as expected.
I’ve defined a custom layout container by having a struct
conform to Layout
and implementing the appropriate methods, and it works as expected.