Questions tagged [uivibrancyeffect]
29 questions
44
votes
1 answer
How to implement Visual Effect Views in Interface Builder?
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…

Jordan H
- 52,571
- 37
- 201
- 351
4
votes
0 answers
Electron Multi-monitor bug with vibrancy/transparency on MacOS Big Sur
I've noticed what appears to be a bug with the vibrancy effects in Electron, running on MacOS Big Sur...
Here's what my window looks like when it first loads:
Here's what it looks like if I drag it to another screen and back again, without…

Matthew Layton
- 39,871
- 52
- 185
- 313
4
votes
1 answer
How to achieve blur/frost/fibrancy background effect on views (NOT ON IMAGES) like on the Instagram app
This was marked as duplicate incorrectly here by someone that clearly did not read the question in full, despite being a very small question in terms of text: How to achieve blur/frost/fibrancy background effect like on the Instagram app
Instagram…

Shadow
- 4,168
- 5
- 41
- 72
4
votes
1 answer
Title of UIButton is not visible when UIVibrancyEffect is applied
I'm having trouble applying UIVibrancyEffect to my UIButtons in iOS today widget. I want them to like default "Edit" button in notification centre's Today section:
As you can see in the screenshot, default button is vibrant and looks much better.
I…

Andrius
- 2,247
- 3
- 14
- 15
3
votes
0 answers
How to use UIVibrancyEffect (iOS 8) for a Label within a UITableViewCell
I have watched WWDC2014 and wanted to try the UIVibrancyEffect right away, I have succeed in using UIBlurEffect. However, the Vibrancy Effect confused me a lot as it requires to use with UIBlurEffectView.
Here is the hierarchy:
Root View (UIView)…

yly813
- 31
- 4
2
votes
0 answers
Emoji on UILabel with vibrancy not readable
I've set up a simple UIVisualEffectView with UILabel inside the vibrancy content view. The vibrancy does work for the regular text, but it makes the Emoji unreadable.
Sample:
Any Idea on how to fix this?

Roi Mulia
- 5,626
- 11
- 54
- 105
2
votes
0 answers
How to turn vibrancy off for a specific subview - Swift
I'm using swift. iOS 10.
I have blur/vibrancy views in the storyboard and I have another view (which contains labels, and a collection view) that I'm putting inside the vibrancy view.
The problem is that the collection view's cells (which are red…

Ethan G
- 1,353
- 2
- 15
- 31
2
votes
3 answers
iOS Change color of label affected by UIVibrancyEffect
Is there a way to somehow affect the color of a label which is under vibrancy effect or at least bring some contrast by setting some tint/alpha/background/whatever properties? As you can see below, in my case the vibrancy created almost unreadable…

frangulyan
- 3,580
- 4
- 36
- 64
2
votes
1 answer
Adding UIVibrancyEffect to UITableView Cell
I am trying to add the vibrancy effect to the text label of my table view cell and it sort of works, but not exactly right.
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
UITableViewCell…

raginggoat
- 3,570
- 10
- 48
- 108
2
votes
1 answer
How to add UIVibrancyEffect to an existing UILabel ( IBOutlet )?
I have a working ViewController with working UIBlurEffect. Here is my code:
@IBOutlet weak var nameLabel: UILabel!
override func viewDidLoad() {
super.viewDidLoad()
let blurEffect = UIBlurEffect(style: .Light)
let…

szuniverse
- 1,076
- 4
- 17
- 32
2
votes
1 answer
Apply UIVibrancyEffect to UILabel in UITableViewCell
My Notification Center widget contains a UITableView and there is a UILabel on the UITableViewCell that I would like to 'blur'/ apply the UIVibrancyEffect to. Here is what I have tried but It seems to be causing an exception:
UIVisualEffectView…

Clip
- 3,018
- 8
- 42
- 77
2
votes
0 answers
iOS 8 Visual Effect View: Vibrancy not displaying correctly (or at all) on device
Using Interface Builder to create a Visual Effect Blur View and Vibrancy, I'm not seeing what I expect when running on a device. In the simulator, however, it seems to be fine.
In a new single view application project, I drag onto the storyboard the…

gioneill
- 21
- 2
2
votes
1 answer
iOS 7/8 Passcode screen visual effect
Wondering if anyone has any insight on how this effect is achieved. Specifically the circles around the numbers, how you can see through the rim of the circle onto the blurred background behind it. And the brightness is maintained even after the…

jln19
- 43
- 7
1
vote
1 answer
UIImageView inside UIVisualEffectView - vibrancy not applied
I'm currently designing a custom view class, such that:
it is placed upon some contents, blurring them
it contains some images and labels and vibrancy effect should be applied to them
So the following hierarchy is built in Interface Builder:
Both…

Tack-Gyu Lee
- 448
- 3
- 11
1
vote
1 answer
How can I make a UILabel's text style adapt to the blurred background in tvOS?
I want to create a UILabel that adapts to the blurred background of a tvOS application, like on this image from a system function. Note how the text looks brownish and how it blends in with the background - I want to achieve the same effect. Is it…

Tamás Sengel
- 55,884
- 29
- 169
- 223