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
64ad1d32
Commit
64ad1d32
authored
Aug 01, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI细节
parent
5a542dac
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
4 deletions
+7
-4
YHInvitationWithGiftsShareBottomView.swift
...hGifts(邀请有礼)/V/YHInvitationWithGiftsShareBottomView.swift
+5
-2
66_bt_qiangxueche@2x.png
...tation_with_gifts_share.imageset/66_bt_qiangxueche@2x.png
+0
-0
66_bt_qiangxueche@3x.png
...tation_with_gifts_share.imageset/66_bt_qiangxueche@3x.png
+0
-0
Contents.json
...ationr/invitation_with_gifts_share.imageset/Contents.json
+2
-2
invitation_with_gifts_share@2x.png
...h_gifts_share.imageset/invitation_with_gifts_share@2x.png
+0
-0
invitation_with_gifts_share@3x.png
...h_gifts_share.imageset/invitation_with_gifts_share@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/InvitationWithGifts(邀请有礼)/V/YHInvitationWithGiftsShareBottomView.swift
View file @
64ad1d32
...
...
@@ -31,14 +31,17 @@ private extension YHInvitationWithGiftsShareBottomView {
let
button
=
UIButton
(
type
:
.
custom
)
button
.
adjustsImageWhenHighlighted
=
false
button
.
setBackgroundImage
(
UIImage
(
named
:
"invitation_with_gifts_share"
),
for
:
.
normal
)
button
.
setTitle
(
"立即分享"
,
for
:
.
normal
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
18
)
button
.
setTitleColor
(
UIColor
.
white
,
for
:
.
normal
)
button
.
addTarget
(
self
,
action
:
#selector(
save
)
,
for
:
.
touchUpInside
)
return
button
}()
addSubview
(
saveButton
)
saveButton
.
snp
.
makeConstraints
{
make
in
make
.
centerX
.
equalToSuperview
()
make
.
left
.
equalTo
(
16
)
make
.
right
.
equalTo
(
-
16
)
make
.
height
.
equalTo
(
58
)
make
.
width
.
equalTo
(
343
)
make
.
top
.
equalTo
(
5
)
}
}
...
...
galaxy/galaxy/Res/Assets.xcassets/Home/Invitationr/invitation_with_gifts_share.imageset/66_bt_qiangxueche@2x.png
0 → 100644
View file @
64ad1d32
54.4 KB
galaxy/galaxy/Res/Assets.xcassets/Home/Invitationr/invitation_with_gifts_share.imageset/66_bt_qiangxueche@3x.png
0 → 100644
View file @
64ad1d32
113 KB
galaxy/galaxy/Res/Assets.xcassets/Home/Invitationr/invitation_with_gifts_share.imageset/Contents.json
View file @
64ad1d32
...
...
@@ -5,12 +5,12 @@
"scale"
:
"1x"
},
{
"filename"
:
"
invitation_with_gifts_shar
e@2x.png"
,
"filename"
:
"
66_bt_qiangxuech
e@2x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
},
{
"filename"
:
"
invitation_with_gifts_shar
e@3x.png"
,
"filename"
:
"
66_bt_qiangxuech
e@3x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
...
...
galaxy/galaxy/Res/Assets.xcassets/Home/Invitationr/invitation_with_gifts_share.imageset/invitation_with_gifts_share@2x.png
deleted
100644 → 0
View file @
5a542dac
56 KB
galaxy/galaxy/Res/Assets.xcassets/Home/Invitationr/invitation_with_gifts_share.imageset/invitation_with_gifts_share@3x.png
deleted
100644 → 0
View file @
5a542dac
115 KB
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