Sha256: 346a3c17f53327a24da93330f16e52a82f5962189ebe721ba9aef1d4ca536ac2

Contents?: true

Size: 254 Bytes

Versions: 5

Compression:

Stored size: 254 Bytes

Contents

class TestScreen < ProMotion::TableScreen
  title "Test Screen"
  
  def on_load
    @label = add_view UILabel.alloc.initWithFrame(CGRectMake(5, 5, 20, 20)), {
      text: "This is awesome!",
      font: UIFont.UIFont.systemFontOfSize(18)
    }
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ProMotion-0.3.0 app/screens/test_screen.rb
ProMotion-0.2.0 app/screens/test_screen.rb
ProMotion-0.1.2 app/screens/test_screen.rb
ProMotion-0.1.1 app/screens/test_screen.rb
ProMotion-0.1.0 app/screens/test_screen.rb