Method: UIButton#setTitleColor
- Defined in:
- lib/ios/sugarcube-ui/uibutton.rb
#setTitleColor(value) ⇒ Object Also known as: title_color=
16 17 18 19 |
# File 'lib/ios/sugarcube-ui/uibutton.rb', line 16 def setTitleColor(value) value = value.uicolor if value.respond_to?(:uicolor) setTitleColor(value, forState: UIControlStateNormal) end |