Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Dec 15, 2024
1 parent e2685d6 commit 287933b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CacaoDemo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ final class AppDelegate: NSObject, UIApplicationDelegate {
}

self.window = UIWindow(frame: UIScreen.main.bounds)
self.window?.rootViewController = TableViewController()
self.window?.rootViewController = ContentModeViewController()
self.window?.makeKeyAndVisible()

return true
Expand Down

0 comments on commit 287933b

Please sign in to comment.