Method: UIButton.info
- Defined in:
- lib/sugarcube-factories/uibutton.rb
.info ⇒ Object
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.(UIButtonTypeInfoLight) end |