Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
SuperCleaner
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
SuperCleaner
Commits
7ed20373
Commit
7ed20373
authored
Aug 08, 2020
by
lmj_521aiau@163.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'lmj_branch' into lmj_branch_unuse
parents
c0eb4eff
65e8c82c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
19 deletions
+11
-19
project.pbxproj
superCleaner.xcodeproj/project.pbxproj
+2
-2
ICHomeViewController.m
superCleaner/Home/Controller/ICHomeViewController.m
+9
-17
No files found.
superCleaner.xcodeproj/project.pbxproj
View file @
7ed20373
...
@@ -1642,7 +1642,7 @@
...
@@ -1642,7 +1642,7 @@
CODE_SIGN_ENTITLEMENTS
=
superCleaner/superCleaner.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
superCleaner/superCleaner.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
10
0
;
CURRENT_PROJECT_VERSION
=
10
1
;
DEVELOPMENT_TEAM
=
443AN53DBQ
;
DEVELOPMENT_TEAM
=
443AN53DBQ
;
ENABLE_BITCODE
=
YES
;
ENABLE_BITCODE
=
YES
;
FRAMEWORK_SEARCH_PATHS
=
(
FRAMEWORK_SEARCH_PATHS
=
(
...
@@ -1677,7 +1677,7 @@
...
@@ -1677,7 +1677,7 @@
CODE_SIGN_ENTITLEMENTS
=
superCleaner/superCleaner.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
superCleaner/superCleaner.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
10
0
;
CURRENT_PROJECT_VERSION
=
10
1
;
DEVELOPMENT_TEAM
=
443AN53DBQ
;
DEVELOPMENT_TEAM
=
443AN53DBQ
;
ENABLE_BITCODE
=
YES
;
ENABLE_BITCODE
=
YES
;
FRAMEWORK_SEARCH_PATHS
=
(
FRAMEWORK_SEARCH_PATHS
=
(
...
...
superCleaner/Home/Controller/ICHomeViewController.m
View file @
7ed20373
...
@@ -50,8 +50,6 @@
...
@@ -50,8 +50,6 @@
@{
@"image"
:
@"home_cell_7"
,
@"title"
:
@"相册统计"
,
@"details"
:
@"种类占比"
}];
@{
@"image"
:
@"home_cell_7"
,
@"title"
:
@"相册统计"
,
@"details"
:
@"种类占比"
}];
[
self
setupUI
];
[
self
setupUI
];
// [self getDivceSize];
// [self rotateAction];
[[
ICUserManager
shared
]
loginAndGetUserInfo
:
^
(
ZTUserInfoModel
*
_Nonnull
model
)
{
[[
ICUserManager
shared
]
loginAndGetUserInfo
:
^
(
ZTUserInfoModel
*
_Nonnull
model
)
{
[[
ICUserManager
shared
]
getServiceInfo
];
[[
ICUserManager
shared
]
getServiceInfo
];
...
@@ -343,14 +341,14 @@
...
@@ -343,14 +341,14 @@
break
;
break
;
case
4
:
case
4
:
{
{
//
if ([ICUserManager shared].isMember) {
if
([
ICUserManager
shared
].
isMember
)
{
ICNetworkSpeedViewController
*
vc
=
[[
UIStoryboard
storyboardWithName
:
@"Main"
bundle
:
nil
]
instantiateViewControllerWithIdentifier
:
@"ICNetworkSpeedViewController"
];
ICNetworkSpeedViewController
*
vc
=
[[
UIStoryboard
storyboardWithName
:
@"Main"
bundle
:
nil
]
instantiateViewControllerWithIdentifier
:
@"ICNetworkSpeedViewController"
];
[
self
.
navigationController
pushViewController
:
vc
animated
:
true
];
[
self
.
navigationController
pushViewController
:
vc
animated
:
true
];
//
}else {
}
else
{
//
ICIAPViewController *iapVC = [[UIStoryboard storyboardWithName:@"Main" bundle: nil] instantiateViewControllerWithIdentifier:@"ICIAPViewController"];
ICIAPViewController
*
iapVC
=
[[
UIStoryboard
storyboardWithName
:
@"Main"
bundle
:
nil
]
instantiateViewControllerWithIdentifier
:
@"ICIAPViewController"
];
//
ICNavigationController *navc = [[ICNavigationController alloc] initWithRootViewController:iapVC];
ICNavigationController
*
navc
=
[[
ICNavigationController
alloc
]
initWithRootViewController
:
iapVC
];
//
[self presentViewController:navc animated:true completion:nil];
[
self
presentViewController
:
navc
animated
:
true
completion
:
nil
];
//
}
}
}
}
break
;
break
;
case
5
:
case
5
:
...
@@ -367,14 +365,8 @@
...
@@ -367,14 +365,8 @@
break
;
break
;
case
6
:
case
6
:
{
{
// if ([ICUserManager shared].isMember) {
ICBatteryCareViewController
*
vc
=
[[
ICBatteryCareViewController
alloc
]
init
];
ICBatteryCareViewController
*
vc
=
[[
ICBatteryCareViewController
alloc
]
init
];
[
self
.
navigationController
pushViewController
:
vc
animated
:
true
];
[
self
.
navigationController
pushViewController
:
vc
animated
:
true
];
// }else {
// ICIAPViewController *iapVC = [[UIStoryboard storyboardWithName:@"Main" bundle: nil] instantiateViewControllerWithIdentifier:@"ICIAPViewController"];
// ICNavigationController *navc = [[ICNavigationController alloc] initWithRootViewController:iapVC];
// [self presentViewController:navc animated:true completion:nil];
// }
}
}
break
;
break
;
case
7
:{
case
7
:{
...
...
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