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
5bac89f4
Commit
5bac89f4
authored
Apr 22, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// UI走查
parent
57904041
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
YHDetailMessageCell.swift
...y/Classes/Modules/Message(消息)/V/YHDetailMessageCell.swift
+2
-0
YHMessageSessionCell.swift
.../Classes/Modules/Message(消息)/V/YHMessageSessionCell.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/Message(消息)/V/YHDetailMessageCell.swift
View file @
5bac89f4
...
@@ -114,6 +114,8 @@ class YHDetailMessageCell: UITableViewCell {
...
@@ -114,6 +114,8 @@ class YHDetailMessageCell: UITableViewCell {
detailLabel
=
UILabel
()
detailLabel
=
UILabel
()
detailLabel
.
textAlignment
=
.
left
detailLabel
.
textAlignment
=
.
left
detailLabel
.
numberOfLines
=
0
detailLabel
.
numberOfLines
=
0
detailLabel
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
titleLabel
.
textColor
=
UIColor
(
hex
:
0x121A26
,
alpha
:
0.7
)
whiteView
.
addSubview
(
detailLabel
)
whiteView
.
addSubview
(
detailLabel
)
lineView
=
UIView
()
lineView
=
UIView
()
...
...
galaxy/galaxy/Classes/Modules/Message(消息)/V/YHMessageSessionCell.swift
View file @
5bac89f4
...
@@ -136,7 +136,7 @@ class YHMessageSessionCell: UITableViewCell {
...
@@ -136,7 +136,7 @@ class YHMessageSessionCell: UITableViewCell {
contentView
.
addSubview
(
timeLabel
)
contentView
.
addSubview
(
timeLabel
)
bottomLineView
=
UIView
()
bottomLineView
=
UIView
()
bottomLineView
.
backgroundColor
=
UIColor
(
hex
:
0xF0F3F7
)
bottomLineView
.
backgroundColor
=
UIColor
(
hex
:
0x121A26
,
transparency
:
0.05
)
contentView
.
addSubview
(
bottomLineView
)
contentView
.
addSubview
(
bottomLineView
)
iconContentView
.
snp
.
makeConstraints
{
make
in
iconContentView
.
snp
.
makeConstraints
{
make
in
...
@@ -179,7 +179,7 @@ class YHMessageSessionCell: UITableViewCell {
...
@@ -179,7 +179,7 @@ class YHMessageSessionCell: UITableViewCell {
bottomLineView
.
snp
.
makeConstraints
{
make
in
bottomLineView
.
snp
.
makeConstraints
{
make
in
make
.
left
.
right
.
equalTo
(
detailLabel
)
make
.
left
.
right
.
equalTo
(
detailLabel
)
make
.
height
.
equalTo
(
1
)
make
.
height
.
equalTo
(
0.5
)
make
.
bottom
.
equalToSuperview
()
make
.
bottom
.
equalToSuperview
()
}
}
}
}
...
...
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