Skip to content
Snippets Groups Projects
Commit 9a4c6238 authored by Dalton's avatar Dalton
Browse files

Release v1.5.3

parent b1b45039
No related branches found
Tags 1.5.3
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment