Class: UIBlurEffect

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

Class Method Summary collapse

Class Method Details

.darkObject



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

def dark
  self.effectWithStyle(UIBlurEffectStyleDark)
end

.extra_lightObject



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

def extra_light
  self.effectWithStyle(UIBlurEffectStyleExtraLight)
end

.lightObject



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

def light
  self.effectWithStyle(UIBlurEffectStyleLight)
end