Sha256: a704ae65b355b274a9711ebb057dff1270ba0fae6391fe70de70aeb66042f747

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

class HaiViewController < UIViewController
  stylesheet :iphone

  layout :hai do
    subview(UILabel, :label)
    subview(UILabel, :footer)
  end

  def shouldAutorotateToInterfaceOrientation(orientation)
    autorotateToOrientation(orientation)
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
teacup-0.3.1 samples/Hai/app/hai_controller.rb