Class: Nitron::ViewController
- Inherits:
-
UIViewController
- Object
- UIViewController
- Nitron::ViewController
- Includes:
- UI::ActionSupport, UI::DataBindingSupport, UI::OutletSupport
- Defined in:
- lib/nitron/view_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods included from UI::ActionSupport
#_dispatch, #dealloc, included, #viewDidLoad
Methods included from UI::OutletSupport
Methods included from UI::DataBindingSupport
#dealloc, #model, #model=, #viewDidLoad
Instance Method Details
#close ⇒ Object
7 8 9 |
# File 'lib/nitron/view_controller.rb', line 7 def close dismissModalViewControllerAnimated(true) end |