Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
xffruit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
xffruit
Commits
7cb2386b
Commit
7cb2386b
authored
Aug 13, 2015
by
mei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
788bedb8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
ICRAppViewControllerManager.m
...ntrollers/AppViewController/ICRAppViewControllerManager.m
+4
-2
No files found.
XFFruit/Controllers/AppViewController/ICRAppViewControllerManager.m
View file @
7cb2386b
...
@@ -129,14 +129,16 @@
...
@@ -129,14 +129,16 @@
[
self
createSyncViewController
];
[
self
createSyncViewController
];
[
self
createSystemViewController
];
[
self
createSystemViewController
];
if
(
!
m_tabbarController
)
{
if
(
!
m_tabbarController
)
{
m_tabbarController
=
[[
IBTTabBarController
alloc
]
init
];
m_tabbarController
=
[[
IBTTabBarController
alloc
]
init
];
m_tabbarController
.
delegate
=
self
;
m_tabbarController
.
delegate
=
self
;
}
}
// 添加 首页 门店 同步 系统
[
m_tabbarController
setViewControllers
:
m_arrViewController
];
[
m_tabbarController
setViewControllers
:
m_arrViewController
];
// 默认首次进入
[
m_tabbarController
setSelectedIndex
:
kCRHome
];
[
m_tabbarController
setSelectedIndex
:
kCRHome
];
// 底部bar
m_window
.
rootViewController
=
m_tabbarController
;
m_window
.
rootViewController
=
m_tabbarController
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment