Class: Nitron::ViewController

Inherits:
UIViewController
  • Object
show all
Includes:
UI::ActionSupport, UI::DataBindingSupport, UI::OutletSupport
Defined in:
lib/nitron/view_controller.rb

Instance Method Summary collapse

Methods included from UI::ActionSupport

#_dispatch, #dealloc, included, #viewDidLoad

Methods included from UI::OutletSupport

#setValue, #viewDidLoad

Methods included from UI::DataBindingSupport

#dealloc, #model, #model=, #viewDidLoad

Instance Method Details

#closeObject



7
8
9
# File 'lib/nitron/view_controller.rb', line 7

def close
  dismissModalViewControllerAnimated(true)
end