Method: UIButton.info_light

Defined in:
lib/ios/sugarcube-factories/uibutton.rb

.info_lightObject



42
43
44
45
46
47
# File 'lib/ios/sugarcube-factories/uibutton.rb', line 42

def info_light
  if self != UIButton
    raise "Custom subclasses of UIButton must be created using UIButton.custom"
  end
  self.buttonWithType(UIButtonTypeInfoLight)
end