UIImageView hugging & compression priority not working properly when new image is inserted – Ios swift
I'm trying to make view like this: Everything works fine, but when I put image from API to that UIImageView, this happens: UIImageView is stretching even with some Hugging Priority and Compression priority Code for View: let scrollView = UIScrollView()…