Sha256: c8c358e2f2364dc8137cbba773683acccd68c92b69568874c81f48ddd2be85b3

Contents?: true

Size: 146 Bytes

Versions: 4

Compression:

Stored size: 146 Bytes

Contents

class MainController < UIViewController

  def layout
    @layout ||= MainLayout.new
  end

  def loadView
    self.view = layout.view
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
motion-kit-templates-1.0.3 templates/mk-ios/files/app/main/main_controller.rb
motion-kit-templates-1.0.2 templates/mk-ios/files/app/main/main_controller.rb
motion-kit-templates-1.0.1 templates/mk-ios/files/app/main/main_controller.rb
motion-kit-templates-1.0.0 templates/mk-ios/files/app/main/main_controller.rb