Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. let visualEffectView2 = UIVisualEffectView(effect: UIBlurEffect(style: .light))
  2. visualEffectView2.frame = bgIBO.bounds
  3. abilityContainerIBO.addSubview(visualEffectView2)
  4.  
  5. let visualEffectView = UIVisualEffectView(effect: UIVibrancyEffect(blurEffect: UIBlurEffect(style: .light)))
  6. visualEffectView.frame = abilityTextIBO.bounds
  7. abilityTextIBO.addSubview(visualEffectView)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement