yannickl / FlowingMenu

Interactive view transition to display menus with flowing and bouncing effects in Swift
MIT License
974 stars 111 forks source link

UIVisualEffectView Artifacting #17

Open Emptyless opened 7 years ago

Emptyless commented 7 years ago

When using a UIVisualEffectView (like blur) there are some artifacts during loading. This happens with a default UIImage from xcassets with a default Visual Effect View with Blur from the storyboard object library.

yannickl commented 7 years ago

Can you upload an example project please?

Emptyless commented 7 years ago

I have created a very basic setup with a FlowingMenu with a UIVisualEffect and a UIImage. Notice the artifacts on the background. This probably has something to do with an alpha value animation.

Archief.zip

yannickl commented 7 years ago

Thank you. I'll take a look into your project tomorrow. 👍