We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1708f0f commit 2f5a35bCopy full SHA for 2f5a35b
app/app_delegate.rb
@@ -2,7 +2,6 @@ class AppDelegate
2
def application(application, didFinishLaunchingWithOptions:launchOptions)
3
@scannerViewController = ScannerViewController.alloc.init
4
5
-
6
@window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds)
7
@window.rootViewController = UINavigationController.alloc.initWithRootViewController(@scannerViewController)
8
@window.rootViewController.wantsFullScreenLayout = true
0 commit comments