Sha256: 2d9541ba5b9d1b2248dd757670865fcc49cfb5a8c642f9ce159daaa08d26974e

Contents?: true

Size: 270 Bytes

Versions: 36

Compression:

Stored size: 270 Bytes

Contents

module ProMotion
  class Screen < ViewController
    # You can inherit a screen from any UIViewController if you include the ScreenModule
    # Just make sure to implement the Obj-C methods in cocoatouch/view_controller.rb.
    include ProMotion::ScreenModule
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
ProMotion-2.0.1 lib/ProMotion/screen/screen.rb
ProMotion-2.0.0 lib/ProMotion/screen/screen.rb
ProMotion-2.0.0.rc5 lib/ProMotion/screen/screen.rb
ProMotion-2.0.0.rc4 lib/ProMotion/screen/screen.rb
ProMotion-2.0.0.rc3 lib/ProMotion/screen/screen.rb
ProMotion-2.0.0.rc2 lib/ProMotion/screen/screen.rb
ProMotion-2.0.0.rc1 lib/ProMotion/screen/screen.rb
ProMotion-1.1.2 lib/ProMotion/screen/screen.rb
ProMotion-1.1.1 lib/ProMotion/screen/screen.rb
ProMotion-1.1.0 lib/ProMotion/screen/screen.rb
ProMotion-1.1.0.rc1 lib/ProMotion/screen/screen.rb
ProMotion-1.0.4 lib/ProMotion/screen/screen.rb
ProMotion-1.0.3 lib/ProMotion/screen/screen.rb
ProMotion-1.0.2 lib/ProMotion/screen/screen.rb
ProMotion-1.0.1 lib/ProMotion/screen/screen.rb
ProMotion-1.0.0 lib/ProMotion/screen/screen.rb