Skip to content

Commit

Permalink
Revert AppDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleve committed Mar 31, 2020
1 parent cea7aa6 commit 7a5a39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SampleApp/Sources/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

window = UIWindow(frame: UIScreen.main.bounds)
window?.rootViewController = ScrollViewKeyboardViewController()
window?.rootViewController = ViewController()
window?.makeKeyAndVisible()

return true
Expand Down

0 comments on commit 7a5a39b

Please sign in to comment.