Method: UIButton.info

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

.infoObject



30
31
32
33
34
35
# File 'lib/sugarcube-factories/uibutton.rb', line 30

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