Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
Z
ZhiJi-Overseas
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmj
ZhiJi-Overseas
Commits
4c5ea2b7
Commit
4c5ea2b7
authored
Jul 27, 2020
by
lmj_521aiau@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e3d8716d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
103 additions
and
96 deletions
+103
-96
AppDelegate.m
ZhiJi/AppDelegate.m
+13
-9
ZJFriendTrackMapViewController.m
...i/Classes/Map/Controller/ZJFriendTrackMapViewController.m
+90
-87
No files found.
ZhiJi/AppDelegate.m
View file @
4c5ea2b7
...
...
@@ -47,16 +47,20 @@
[
self
logCollection
];
self
.
window
=
[[
UIWindow
alloc
]
init
];
self
.
window
.
frame
=
[
UIScreen
mainScreen
].
bounds
;
self
.
window
.
backgroundColor
=
[
UIColor
whiteColor
];
self
.
window
.
rootViewController
=
[
UIViewController
new
];
// self.window.rootViewController = [[GuideViewController alloc] init];
//guide setting
[
ZJGuideConfig
configWithWindow
:
self
.
window
finishMainVC
:[
BaseTabBarViewController
new
]];
[
self
.
window
makeKeyAndVisible
];
// @available(iOS 13.0,*)表示iOS 13.0及以上的系统,后面的*表示所有平台
if
(
@available
(
iOS
13
.
0
,
*
))
{
}
else
{
self
.
window
=
[[
UIWindow
alloc
]
init
];
self
.
window
.
frame
=
[
UIScreen
mainScreen
].
bounds
;
self
.
window
.
backgroundColor
=
[
UIColor
whiteColor
];
[
self
.
window
makeKeyAndVisible
];
self
.
window
.
rootViewController
=
[[
BaseViewController
alloc
]
init
];
// guide setting
[
ZJGuideConfig
configWithWindow
:
self
.
window
finishMainVC
:[
BaseTabBarViewController
new
]];
}
return
YES
;
}
...
...
ZhiJi/Classes/Map/Controller/ZJFriendTrackMapViewController.m
View file @
4c5ea2b7
This diff is collapsed.
Click to expand it.
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