Sha256: 927c1f0d4d0971efa1d4e950f2f1ec997b1c705ba311bd2b18214b4e760c9862

Contents?: true

Size: 342 Bytes

Versions: 7

Compression:

Stored size: 342 Bytes

Contents

class  < UIViewController
  def viewDidLoad
    super
    # Do any additional setup after loading the view.
  end

  def viewDidUnload
    super
    # Release any retained subviews of the main view.
  end

  def shouldAutorotateToInterfaceOrientation(interfaceOrientation)
    interfaceOrientation == UIInterfaceOrientationPortrait
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rubymotion_generators-0.1.2 lib/templates/view_controller.rb
rubymotion_generators-0.1.1 lib/templates/view_controller.rb
rubymotion_generators-0.1.0 lib/templates/view_controller.rb
rubymotion_generators-0.0.4 lib/templates/view_controller.rb
rubymotion_generators-0.0.3 lib/templates/view_controller.rb
rubymotion_generators-0.0.2 lib/templates/view_controller.rb
rubymotion_generators-0.0.1 lib/templates/view_controller.rb