You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like when you call imageView.setupImageViewer() it changes the contentMode to .scaleAspectFill and if you call imageView.contentMode = .scaleAspectFit after setting up the ImageViewer it seems to work except the dismiss animation doesn't work quite right... but the entering animation is perfect!