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
d66f3da6
Commit
d66f3da6
authored
Jul 29, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 替换箭头名称
parent
c6021f87
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
4 deletions
+4
-4
YHMatchResultListViewController.swift
...les/Community(社区)/C/YHMatchResultListViewController.swift
+1
-1
YHNameCardViewController.swift
...es/Modules/Community(社区)/C/YHNameCardViewController.swift
+1
-1
YHAboutGalaxyViewController.swift
...sses/Modules/Mine(我的)/C/YHAboutGalaxyViewController.swift
+2
-2
Contents.json
...sets/NavigationBar/back_icon_white.imageset/Contents.json
+0
-0
Group 2033194370@2x.png
...ationBar/back_icon_white.imageset/Group 2033194370@2x.png
+0
-0
Group 2033194370@3x.png
...ationBar/back_icon_white.imageset/Group 2033194370@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/Community(社区)/C/YHMatchResultListViewController.swift
View file @
d66f3da6
...
@@ -31,7 +31,7 @@ class YHMatchResultListViewController: YHBaseViewController {
...
@@ -31,7 +31,7 @@ class YHMatchResultListViewController: YHBaseViewController {
bar
.
backgroundColor
=
.
clear
bar
.
backgroundColor
=
.
clear
bar
.
title
=
"AI人脉雷达"
bar
.
title
=
"AI人脉雷达"
bar
.
titleColor
=
.
white
bar
.
titleColor
=
.
white
bar
.
backButton
.
setImage
(
UIImage
(
named
:
"back_icon_
for_code_input
"
),
for
:
.
normal
)
bar
.
backButton
.
setImage
(
UIImage
(
named
:
"back_icon_
white
"
),
for
:
.
normal
)
bar
.
backBlock
=
{
bar
.
backBlock
=
{
[
weak
self
]
in
[
weak
self
]
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
...
...
galaxy/galaxy/Classes/Modules/Community(社区)/C/YHNameCardViewController.swift
View file @
d66f3da6
...
@@ -56,7 +56,7 @@ class YHNameCardViewController: YHBaseViewController {
...
@@ -56,7 +56,7 @@ class YHNameCardViewController: YHBaseViewController {
make
.
width
.
equalTo
(
55
)
make
.
width
.
equalTo
(
55
)
make
.
height
.
equalTo
(
44
)
make
.
height
.
equalTo
(
44
)
}
}
bar
.
backButton
.
setImage
(
UIImage
(
named
:
"back_icon_
for_code_input
"
),
for
:
.
normal
)
bar
.
backButton
.
setImage
(
UIImage
(
named
:
"back_icon_
white
"
),
for
:
.
normal
)
bar
.
backBlock
=
{
bar
.
backBlock
=
{
[
weak
self
]
in
[
weak
self
]
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHAboutGalaxyViewController.swift
View file @
d66f3da6
...
@@ -14,7 +14,7 @@ class YHAboutGalaxyViewController: YHBaseViewController {
...
@@ -14,7 +14,7 @@ class YHAboutGalaxyViewController: YHBaseViewController {
let
bar
=
YHCustomNavigationBar
.
navBar
()
let
bar
=
YHCustomNavigationBar
.
navBar
()
bar
.
backgroundColor
=
.
clear
bar
.
backgroundColor
=
.
clear
bar
.
titleColor
=
.
white
bar
.
titleColor
=
.
white
bar
.
backButton
.
setImage
(
UIImage
(
named
:
"back_icon_
for_code_input
"
),
for
:
.
normal
)
bar
.
backButton
.
setImage
(
UIImage
(
named
:
"back_icon_
white
"
),
for
:
.
normal
)
bar
.
backBlock
=
{
bar
.
backBlock
=
{
[
weak
self
]
in
[
weak
self
]
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
...
@@ -223,7 +223,7 @@ extension YHAboutGalaxyViewController : UITableViewDelegate, UITableViewDataSour
...
@@ -223,7 +223,7 @@ extension YHAboutGalaxyViewController : UITableViewDelegate, UITableViewDataSour
self
.
navBar
.
backButton
.
setImage
(
UIImage
(
named
:
"back_icon"
),
for
:
.
normal
)
self
.
navBar
.
backButton
.
setImage
(
UIImage
(
named
:
"back_icon"
),
for
:
.
normal
)
}
else
{
}
else
{
self
.
navBar
.
backButton
.
setImage
(
UIImage
(
named
:
"back_icon_
for_code_input
"
),
for
:
.
normal
)
self
.
navBar
.
backButton
.
setImage
(
UIImage
(
named
:
"back_icon_
white
"
),
for
:
.
normal
)
}
}
}
}
}
}
galaxy/galaxy/Res/Assets.xcassets/NavigationBar/back_icon_
for_code_input
.imageset/Contents.json
→
galaxy/galaxy/Res/Assets.xcassets/NavigationBar/back_icon_
white
.imageset/Contents.json
View file @
d66f3da6
File moved
galaxy/galaxy/Res/Assets.xcassets/NavigationBar/back_icon_
for_code_input
.imageset/Group 2033194370@2x.png
→
galaxy/galaxy/Res/Assets.xcassets/NavigationBar/back_icon_
white
.imageset/Group 2033194370@2x.png
View file @
d66f3da6
File moved
galaxy/galaxy/Res/Assets.xcassets/NavigationBar/back_icon_
for_code_input
.imageset/Group 2033194370@3x.png
→
galaxy/galaxy/Res/Assets.xcassets/NavigationBar/back_icon_
white
.imageset/Group 2033194370@3x.png
View file @
d66f3da6
File moved
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