Files
RubyMotion/sample/hello/app/hello_view_controller.rb
Laurent Sansonetti 6cf7150783 clean up the samples
2012-02-28 14:41:27 +01:00

6 lines
107 B
Ruby

class HelloViewController < UIViewController
def loadView
self.view = HelloView.alloc.init
end
end