Skip to content

Commit 2f5a35b

Browse files
committed
misc checkin
1 parent 1708f0f commit 2f5a35b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/app_delegate.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ class AppDelegate
22
def application(application, didFinishLaunchingWithOptions:launchOptions)
33
@scannerViewController = ScannerViewController.alloc.init
44

5-
65
@window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds)
76
@window.rootViewController = UINavigationController.alloc.initWithRootViewController(@scannerViewController)
87
@window.rootViewController.wantsFullScreenLayout = true

0 commit comments

Comments
 (0)