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

enter image description here

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?

enter image description here

enter image description here

+3


source to share


1 answer


Make sure both the UILabel and any back view have a Background set to the Clear / Default color.



enter image description here

+1


source







All Articles