XCode6 how to correctly apply blur / vibration effect in storyboard?
I am testing the new "Visual Effect with Blur" in xCode and I notice a visual artifact in the attached image. I have tried different combinations of constraints and I see that
Here's the problem I see - the UILabel frame is in a different color. How can I make sure the label has a transparent background but still gets vibrated when using the Blur & Vibrate Visual Effect?
+3
Alex stone
source
to share
1 answer
Make sure both the UILabel and any back view have a Background set to the Clear / Default color.
+1
Tree hugger
source
to share