Sha256: a979b789e994bfa9c19c511b25ba93c0a015f1d62fbbb08cd6070acc4424dd5b

Contents?: true

Size: 268 Bytes

Versions: 48

Compression:

Stored size: 268 Bytes

Contents

class HaiViewController < UIViewController
  stylesheet :iphone

  layout :hai do
    @a = subview(UILabel, :label)
    @b = subview(UILabel, :footer)
  end

  def shouldAutorotateToInterfaceOrientation(orientation)
    autorotateToOrientation(orientation)
  end

end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
teacup-0.3.9 samples/Hai/app/hai_controller.rb
teacup-0.3.8 samples/Hai/app/hai_controller.rb
teacup-0.3.7 samples/Hai/app/hai_controller.rb
teacup-0.3.6 samples/Hai/app/hai_controller.rb
teacup-0.3.5 samples/Hai/app/hai_controller.rb
teacup-0.3.4 samples/Hai/app/hai_controller.rb
teacup-0.3.3 samples/Hai/app/hai_controller.rb
teacup-0.3.2 samples/Hai/app/hai_controller.rb