Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
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
mobile-group
galaxy-iOS
Commits
1164f216
Commit
1164f216
authored
Jan 08, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除不使用的代码
parent
733c8a28
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
YHBaseViewController.swift
galaxy/galaxy/Classes/Base/C/YHBaseViewController.swift
+1
-3
YHHomeViewController.swift
...axy/Classes/Modules/Home(首页)/C/YHHomeViewController.swift
+1
-1
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+5
-1
No files found.
galaxy/galaxy/Classes/Base/C/YHBaseViewController.swift
View file @
1164f216
...
...
@@ -12,11 +12,9 @@ import GKNavigationBarSwift
class
YHBaseViewController
:
UIViewController
{
override
func
viewDidLoad
()
{
super
.
viewDidLoad
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
UIColor
(
hex
:
0xE9E9E9
)
}
override
var
prefersStatusBarHidden
:
Bool
{
return
self
.
gk_statusBarHidden
}
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeViewController.swift
View file @
1164f216
...
...
@@ -64,7 +64,7 @@ class YHHomeViewController: YHBaseViewController {
// gk_navBarAlpha = 0.1
// gk_navLineHidden = true
view
.
backgroundColor
=
UIColor
(
hex
:
0xE9E9E9
)
view
.
addSubview
(
headBkgImagV
)
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
1164f216
...
...
@@ -86,7 +86,9 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
func
initView
()
{
self
.
title
=
"个人中心"
view
.
backgroundColor
=
.
white
// gk_navTitle = "个人中心"
// gk_navBackgroundColor = .clear
// gk_navShadowColor = .clear
let
bgImgView
=
UIImageView
(
image
:
UIImage
(
named
:
"mine_header"
))
view
.
addSubview
(
bgImgView
)
...
...
@@ -99,6 +101,8 @@ class YHMyViewController: YHBaseViewController, ConstraintRelatableTarget {
tableView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
right
.
top
.
bottom
.
equalTo
(
view
)
}
}
}
...
...
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