How to use UIVibrancyEffect (iOS 8) for a Label within a UITableViewCell

2.2k Views Asked by At

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) (I have set backgroundColor to a image)

  • (Inserted a Blur View By Code)

  • UITableView
  • UITableViewCell (Custom)
  • UILabel <--- want to apply here ^.^

I have the above in my storyboard.

I have changed the Root View Background with a image, and added UIBlurEffectView, I want to apply UIVibrancyEffect to my Label in the UITableViewCell.

Please kindly give advice.

0

There are 0 best solutions below