Method: UIButton.info

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

.infoObject



35
36
37
38
39
40
# File 'lib/ios/sugarcube-factories/uibutton.rb', line 35

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