0

I am trying to add a vibrancy text to the today widget via Interface Builder. Like this: How to replicate the blurred text in Notification Center (iOS 8)

Vibrany works well, but as you can see the background exists, too:

enter image description here

I couldn't find a way to disable the blurred dark background of the cells. This is what it should like:

enter image description here

Here's a picture of the document outline:

enter image description here

The UIVisualEffectView is supposed to be added to the table cell.

Community
  • 1
  • 1
MJQZ1347
  • 2,607
  • 7
  • 27
  • 49
  • Can you upload a picture showing the entire notification center. I'm not sure what you're referring to as the *background*. – Daniel Storm May 19 '15 at 21:27

1 Answers1

0

Ok, i figured it out. Just needed to drag the inner "Visual Effect View" at the same level as the outer one. Then I deleted the latter one. The outer one represents the blur, while the inner one the vibrancy effect.

MJQZ1347
  • 2,607
  • 7
  • 27
  • 49