Ramotion / preview-transition

:octocat: PreviewTransition is a simple preview gallery UI controller with animated tranisitions. Swift UI library made by @Ramotion

Home Page:https://www.ramotion.com/preview-transition/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Content Mode

ElyDantas opened this issue · comments

How to set image content mode after loading image into ImageView ?

Tried many ways, no success:

cell.imageView?.contentMode = .scaleAspectFit
cell.bgImage?.contentMode = .scaleAspectFit
cell.backgroundView?.contentMode = .scaleAspectFit

Now cell.bgImage?.contentMode = .scaleAspectFit works fine