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
909ba335
Commit
909ba335
authored
Jul 31, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邀请有礼细节调整
parent
4e6df320
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
YHInvitationWithGiftsSecondTableViewCell.swift
...ts(邀请有礼)/V/YHInvitationWithGiftsSecondTableViewCell.swift
+7
-0
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/InvitationWithGifts(邀请有礼)/V/YHInvitationWithGiftsSecondTableViewCell.swift
View file @
909ba335
...
@@ -54,6 +54,8 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
...
@@ -54,6 +54,8 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
label
.
textAlignment
=
.
center
label
.
textAlignment
=
.
center
label
.
layer
.
borderWidth
=
1
label
.
layer
.
borderWidth
=
1
label
.
layer
.
borderColor
=
UIColor
(
hex
:
0xebf4fe
)
.
cgColor
label
.
layer
.
borderColor
=
UIColor
(
hex
:
0xebf4fe
)
.
cgColor
label
.
layer
.
cornerRadius
=
kCornerRadius3
label
.
layer
.
maskedCorners
=
[
.
layerMinXMaxYCorner
,
.
layerMaxXMaxYCorner
]
self
.
tableView
.
tableFooterView
=
label
self
.
tableView
.
tableFooterView
=
label
}
else
{
}
else
{
self
.
tableView
.
tableFooterView
=
UIView
()
self
.
tableView
.
tableFooterView
=
UIView
()
...
@@ -261,6 +263,8 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
...
@@ -261,6 +263,8 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
peopleOneView
=
{
peopleOneView
=
{
let
view
=
YHInvitationPeopleItemView
()
let
view
=
YHInvitationPeopleItemView
()
view
.
titleLabel
.
text
=
"被邀请人"
view
.
titleLabel
.
text
=
"被邀请人"
view
.
layer
.
cornerRadius
=
kCornerRadius3
view
.
layer
.
maskedCorners
=
[
.
layerMinXMinYCorner
]
return
view
return
view
}()
}()
centerView
.
addSubview
(
peopleOneView
)
centerView
.
addSubview
(
peopleOneView
)
...
@@ -274,6 +278,8 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
...
@@ -274,6 +278,8 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
peopleFiveView
=
{
peopleFiveView
=
{
let
view
=
YHInvitationPeopleItemView
()
let
view
=
YHInvitationPeopleItemView
()
view
.
titleLabel
.
text
=
"签约"
view
.
titleLabel
.
text
=
"签约"
view
.
layer
.
cornerRadius
=
kCornerRadius3
view
.
layer
.
maskedCorners
=
[
.
layerMaxXMinYCorner
]
return
view
return
view
}()
}()
centerView
.
addSubview
(
peopleFiveView
)
centerView
.
addSubview
(
peopleFiveView
)
...
@@ -358,6 +364,7 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
...
@@ -358,6 +364,7 @@ class YHInvitationWithGiftsSecondTableViewCell: UITableViewCell {
self
.
tableView
.
reloadData
()
self
.
tableView
.
reloadData
()
}
}
}
}
}
}
}
}
...
...
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