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
94dc80b4
Commit
94dc80b4
authored
Jun 21, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的名片
parent
2e63d041
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
3 deletions
+10
-3
YHMyNameCardViewController.swift
.../Modules/Community(社区)/C/YHMyNameCardViewController.swift
+8
-1
Contents.json
...sets/People/people_card_authorized.imageset/Contents.json
+2
-2
Group 2033194953@2x.png
...e/people_card_authorized.imageset/Group 2033194953@2x.png
+0
-0
Group 2033194953@3x.png
...e/people_card_authorized.imageset/Group 2033194953@3x.png
+0
-0
Vector@2x.png
...cassets/People/people_card_setting.imageset/Vector@2x.png
+0
-0
Vector@3x.png
...cassets/People/people_card_setting.imageset/Vector@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/Community(社区)/C/YHMyNameCardViewController.swift
View file @
94dc80b4
...
@@ -38,7 +38,14 @@ class YHMyNameCardViewController: YHBaseViewController {
...
@@ -38,7 +38,14 @@ class YHMyNameCardViewController: YHBaseViewController {
bar
.
backgroundColor
=
.
clear
bar
.
backgroundColor
=
.
clear
bar
.
title
=
"我的名片"
bar
.
title
=
"我的名片"
bar
.
titleColor
=
.
white
bar
.
titleColor
=
.
white
bar
.
rightButton
.
setImage
(
UIImage
(
named
:
"people_card_setting"
),
for
:
.
normal
)
bar
.
rightButton
.
setImage
(
UIImage
(
named
:
"people_card_authorized"
),
for
:
.
normal
)
bar
.
rightButton
.
setTitle
(
"授权"
,
for
:
.
normal
)
bar
.
rightButton
.
setTitleColor
(
UIColor
.
white
,
for
:
.
normal
)
bar
.
rightButton
.
titleLabel
?
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
15
)
bar
.
rightButton
.
snp
.
updateConstraints
{
make
in
make
.
width
.
equalTo
(
55
)
make
.
height
.
equalTo
(
44
)
}
bar
.
backButton
.
setImage
(
UIImage
(
named
:
"back_icon_for_code_input"
),
for
:
.
normal
)
bar
.
backButton
.
setImage
(
UIImage
(
named
:
"back_icon_for_code_input"
),
for
:
.
normal
)
bar
.
backBlock
=
{
bar
.
backBlock
=
{
[
weak
self
]
in
[
weak
self
]
in
...
...
galaxy/galaxy/Res/Assets.xcassets/People/people_card_
setting
.imageset/Contents.json
→
galaxy/galaxy/Res/Assets.xcassets/People/people_card_
authorized
.imageset/Contents.json
View file @
94dc80b4
...
@@ -5,12 +5,12 @@
...
@@ -5,12 +5,12 @@
"scale"
:
"1x"
"scale"
:
"1x"
},
},
{
{
"filename"
:
"
Vector
@2x.png"
,
"filename"
:
"
Group 2033194953
@2x.png"
,
"idiom"
:
"universal"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
"scale"
:
"2x"
},
},
{
{
"filename"
:
"
Vector
@3x.png"
,
"filename"
:
"
Group 2033194953
@3x.png"
,
"idiom"
:
"universal"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
"scale"
:
"3x"
}
}
...
...
galaxy/galaxy/Res/Assets.xcassets/People/people_card_authorized.imageset/Group 2033194953@2x.png
0 → 100644
View file @
94dc80b4
782 Bytes
galaxy/galaxy/Res/Assets.xcassets/People/people_card_authorized.imageset/Group 2033194953@3x.png
0 → 100644
View file @
94dc80b4
1.11 KB
galaxy/galaxy/Res/Assets.xcassets/People/people_card_setting.imageset/Vector@2x.png
deleted
100644 → 0
View file @
2e63d041
626 Bytes
galaxy/galaxy/Res/Assets.xcassets/People/people_card_setting.imageset/Vector@3x.png
deleted
100644 → 0
View file @
2e63d041
970 Bytes
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