Sha256: 12e4936669c4d4790c61e95d7662fb20d4e154198578eb5285ee67b02e1dc303
Contents?: true
Size: 378 Bytes
Versions: 14
Compression:
Stored size: 378 Bytes
Contents
module ProMotion class NavigationController < UINavigationController def shouldAutorotate visibleViewController.shouldAutorotate end def supportedInterfaceOrientations visibleViewController.supportedInterfaceOrientations end def preferredInterfaceOrientationForPresentation visibleViewController.preferredInterfaceOrientationForPresentation end end end
Version data entries
14 entries across 14 versions & 1 rubygems