Sha256: 6f1fe10b2b2a39161485b1eddf442a62c0b3adccdabc6720ad00603d2bc7e02f

Contents?: true

Size: 340 Bytes

Versions: 1

Compression:

Stored size: 340 Bytes

Contents

class UIButton

  def title
    titleForState(UIControlStateNormal)
  end

  def setTitle(value)
    setTitle(value, forState: UIControlStateNormal)
  end

  def attributedTitle
    attributedTitleForState(UIControlStateNormal)
  end

  def setAttributedTitle(value)
    setAttributedTitle(value, forState: UIControlStateNormal)
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sugarcube-2.7.1 lib/ios/sugarcube-uikit/uibutton.rb