Skip to content

Commit

Permalink
Release v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daltron committed Dec 19, 2017
1 parent b1b4503 commit 9a4c623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Example/NotificationBanner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {

let navigationController = UINavigationController(rootViewController: ExampleViewController())
//navigationController.setNavigationBarHidden(true, animated: false)
let tabBarController = UITabBarController()
tabBarController.viewControllers = [navigationController]

Expand Down

0 comments on commit 9a4c623

Please sign in to comment.