From 7cb2386b8c4afdc0ce80b48bd6f67b9c1133caad Mon Sep 17 00:00:00 2001 From: mei <mac@mactekiMacBook-Pro.local> Date: Thu, 13 Aug 2015 16:36:28 +0800 Subject: [PATCH] no message --- .../AppViewController/ICRAppViewControllerManager.m | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/XFFruit/Controllers/AppViewController/ICRAppViewControllerManager.m b/XFFruit/Controllers/AppViewController/ICRAppViewControllerManager.m index 5cfcab3..9808b47 100644 --- a/XFFruit/Controllers/AppViewController/ICRAppViewControllerManager.m +++ b/XFFruit/Controllers/AppViewController/ICRAppViewControllerManager.m @@ -129,14 +129,16 @@ [self createSyncViewController]; [self createSystemViewController]; + if (!m_tabbarController) { m_tabbarController = [[IBTTabBarController alloc] init]; m_tabbarController.delegate = self; } - +// æ·»åŠ é¦–é¡µ 门店 åŒæ¥ 系统 [m_tabbarController setViewControllers:m_arrViewController]; +// 默认首次进入 [m_tabbarController setSelectedIndex:kCRHome]; - +// 底部bar m_window.rootViewController = m_tabbarController; } -- 2.18.1