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
I was trying out your pod today for some simple blur on an image.
Unfortunately I came to some fairly major issues, maybe a little hard to explain but I think i've figured out the issue.
I don't think the imageView is respecting the view contentMode (in my case 'Aspect Fit'), it works perfectly with 'Scale to fill' but will flicker between 'aspect fit' and 'scale to fill' as I adjust the percentage. I've copied your example code for the '0.0 to 1.0 parameter' example, so nothing strange in my code.
Besides this I also came to these issues pretty fast:
Crash when no image in imageView
Crash if not configured with a boxsize first for animation
The text was updated successfully, but these errors were encountered:
I was trying out your pod today for some simple blur on an image.
Unfortunately I came to some fairly major issues, maybe a little hard to explain but I think i've figured out the issue.
I don't think the imageView is respecting the view contentMode (in my case 'Aspect Fit'), it works perfectly with 'Scale to fill' but will flicker between 'aspect fit' and 'scale to fill' as I adjust the percentage. I've copied your example code for the '0.0 to 1.0 parameter' example, so nothing strange in my code.
Besides this I also came to these issues pretty fast:
Crash when no image in imageView
Crash if not configured with a boxsize first for animation
The text was updated successfully, but these errors were encountered: