Class: UIBlurEffect

Inherits:
Object show all
Defined in:
lib/ios/sugarcube-factories/uiblureffect.rb

Class Method Summary collapse

Class Method Details

.dark ⇒ Object



3
4
5
# File 'lib/ios/sugarcube-factories/uiblureffect.rb', line 3

def dark
  self.effectWithStyle(UIBlurEffectStyleDark)
end

.extra_light ⇒ Object



11
12
13
# File 'lib/ios/sugarcube-factories/uiblureffect.rb', line 11

def extra_light
  self.effectWithStyle(UIBlurEffectStyleExtraLight)
end

.light ⇒ Object



7
8
9
# File 'lib/ios/sugarcube-factories/uiblureffect.rb', line 7

def light
  self.effectWithStyle(UIBlurEffectStyleLight)
end