How to scale a UIImageView proportionally?

Fixed easily, once I found the documentation!

 imageView.contentMode = .scaleAspectFit

Leave a Comment