Sha256: 40909fd4f495c48b07b0278438eca9f8fb7af3b959925e775b02d5feb31be657

Contents?: true

Size: 269 Bytes

Versions: 14

Compression:

Stored size: 269 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/ViewController.rb.
    include ProMotion::ScreenModule
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ProMotion-0.7.8 lib/ProMotion/screens/screen.rb
ProMotion-0.7.6 lib/ProMotion/screens/screen.rb
ProMotion-0.7.5 lib/ProMotion/screens/screen.rb
ProMotion-0.7.4 lib/ProMotion/screens/screen.rb
ProMotion-0.7.3 lib/ProMotion/screens/screen.rb
ProMotion-0.7.2 lib/ProMotion/screens/screen.rb
ProMotion-0.7.1 lib/ProMotion/screens/screen.rb
ProMotion-0.7.0 lib/ProMotion/screens/screen.rb
ProMotion-0.6.5 lib/ProMotion/screens/screen.rb
ProMotion-0.6.4 lib/ProMotion/screens/screen.rb
ProMotion-0.6.3 lib/ProMotion/screens/screen.rb
ProMotion-0.6.2 lib/ProMotion/screens/screen.rb
ProMotion-0.6.1 lib/ProMotion/screens/screen.rb
ProMotion-0.6.0 lib/ProMotion/screens/screen.rb