Class: UIButton

Inherits:
Object
  • Object
show all
Defined in:
lib/cha_work/sugar/uibutton.rb

Instance Method Summary collapse

Instance Method Details

#title=(text) ⇒ Object



3
4
5
6
# File 'lib/cha_work/sugar/uibutton.rb', line 3

def title=(text)
	self.setTitle(text, forState:UIControlStateNormal)
	self
end