Class: ProMotion::NavigationController
- Inherits:
-
UINavigationController
- Object
- UINavigationController
- ProMotion::NavigationController
- Defined in:
- lib/ProMotion/cocoatouch/navigation_controller.rb
Instance Method Summary collapse
- #preferredInterfaceOrientationForPresentation ⇒ Object
- #shouldAutorotate ⇒ Object
- #supportedInterfaceOrientations ⇒ Object
Instance Method Details
#preferredInterfaceOrientationForPresentation ⇒ Object
11 12 13 |
# File 'lib/ProMotion/cocoatouch/navigation_controller.rb', line 11 def preferredInterfaceOrientationForPresentation visibleViewController.preferredInterfaceOrientationForPresentation end |
#shouldAutorotate ⇒ Object
3 4 5 |
# File 'lib/ProMotion/cocoatouch/navigation_controller.rb', line 3 def shouldAutorotate visibleViewController.shouldAutorotate end |
#supportedInterfaceOrientations ⇒ Object
7 8 9 |
# File 'lib/ProMotion/cocoatouch/navigation_controller.rb', line 7 def supportedInterfaceOrientations visibleViewController.supportedInterfaceOrientations end |