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
94aa21e3
Commit
94aa21e3
authored
Jul 31, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节调整
parent
909ba335
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
YHInvitationWithGiftsSecondTableViewCell.swift
...ts(邀请有礼)/V/YHInvitationWithGiftsSecondTableViewCell.swift
+18
-0
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/InvitationWithGifts(邀请有礼)/V/YHInvitationWithGiftsSecondTableViewCell.swift
View file @
94aa21e3
...
@@ -278,8 +278,14 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
...
@@ -278,8 +278,14 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
peopleFiveView
=
{
peopleFiveView
=
{
let
view
=
YHInvitationPeopleItemView
()
let
view
=
YHInvitationPeopleItemView
()
view
.
titleLabel
.
text
=
"签约"
view
.
titleLabel
.
text
=
"签约"
view
.
titleLabel
.
textAlignment
=
.
center
view
.
layer
.
cornerRadius
=
kCornerRadius3
view
.
layer
.
cornerRadius
=
kCornerRadius3
view
.
layer
.
maskedCorners
=
[
.
layerMaxXMinYCorner
]
view
.
layer
.
maskedCorners
=
[
.
layerMaxXMinYCorner
]
view
.
titleLabel
.
snp
.
remakeConstraints
{
make
in
make
.
top
.
equalTo
(
10
)
make
.
height
.
equalTo
(
17
)
make
.
left
.
right
.
equalToSuperview
()
}
return
view
return
view
}()
}()
centerView
.
addSubview
(
peopleFiveView
)
centerView
.
addSubview
(
peopleFiveView
)
...
@@ -293,6 +299,12 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
...
@@ -293,6 +299,12 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
peopleFourView
=
{
peopleFourView
=
{
let
view
=
YHInvitationPeopleItemView
()
let
view
=
YHInvitationPeopleItemView
()
view
.
titleLabel
.
text
=
"测评"
view
.
titleLabel
.
text
=
"测评"
view
.
titleLabel
.
textAlignment
=
.
center
view
.
titleLabel
.
snp
.
remakeConstraints
{
make
in
make
.
top
.
equalTo
(
10
)
make
.
height
.
equalTo
(
17
)
make
.
left
.
right
.
equalToSuperview
()
}
return
view
return
view
}()
}()
centerView
.
addSubview
(
peopleFourView
)
centerView
.
addSubview
(
peopleFourView
)
...
@@ -306,6 +318,12 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
...
@@ -306,6 +318,12 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
peopleThreeView
=
{
peopleThreeView
=
{
let
view
=
YHInvitationPeopleItemView
()
let
view
=
YHInvitationPeopleItemView
()
view
.
titleLabel
.
text
=
"注册"
view
.
titleLabel
.
text
=
"注册"
view
.
titleLabel
.
textAlignment
=
.
center
view
.
titleLabel
.
snp
.
remakeConstraints
{
make
in
make
.
top
.
equalTo
(
10
)
make
.
height
.
equalTo
(
17
)
make
.
left
.
right
.
equalToSuperview
()
}
return
view
return
view
}()
}()
centerView
.
addSubview
(
peopleThreeView
)
centerView
.
addSubview
(
peopleThreeView
)
...
...
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