Sha256: aa9fc45e35e57d6144aa472144b07b9ef9f7f736bf9fbac6fefb7e89f885b247

Contents?: true

Size: 357 Bytes

Versions: 1

Compression:

Stored size: 357 Bytes

Contents

class CustomView < UIView
  extend IB

  ib_outlet :greenLabel,  UIGreenLabel
  ib_outlet :redLabel, "UILabel"

  ib_outlet :untyped_label

  outlet_accessor :yellowLabel

  ib_action :someAction

  def anotherAction button
  end

  def actionWithComment sender # test
  end

  def actionWithBrackets(sender)
  end

  def notAction with, toArgs
  end
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ib-0.1.3 spec/fixtures/custom_view.rb