Reputation: 55675
How do you use Visual Effect Views with Blur and Vibrancy in Interface Builder?
I've dragged this item out into the View, then dragged a UILabel
onto the last view in the hierarchy - the vibrant effect's contentView
I assume. This results in a blurred view overtop but there is no label visible. Anywhere else I place the label in the hierarchy it does become visible but it's just solid black text.
Upvotes: 44
Views: 21639
Reputation: 55675
Finally figured it out.
UIViewController
change the view's background to blueUILabel
into the scene as a subview of the last ViewVoila!
And this is how it looks in Interface Builder:
Upvotes: 56