Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2024-03-08 16:22:51 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed22f55ac3ae3f131bb2374da82b25445dc957e2
ed22f55a
1 parent
4d935859
AnalysisItemViewCell ui fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/AnalysisItemViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework/AnalysisItemViewCell.swift
View file @
ed22f55
...
...
@@ -39,16 +39,20 @@ class AnalysisItemViewCell: UITableViewCell {
// date
dateLabel
.
textColor
=
UIColor
(
rgb
:
0x212121
)
dateLabel
.
font
=
UIFont
(
name
:
"PeridotPE-Bold"
,
size
:
12.0
)
// title
titleLabel
.
textColor
=
UIColor
(
rgb
:
0x212121
)
titleLabel
.
font
=
UIFont
(
name
:
"PeridotPE-Regular"
,
size
:
17.0
)
// price
priceLabel
.
textColor
=
UIColor
(
rgb
:
0x212121
)
priceLabel
.
font
=
UIFont
(
name
:
"PeridotPE-Bold"
,
size
:
17.0
)
// subtitle
// subtitleLabel.textColor = UIColor(rgb: 0x9D9D9C)
subtitleLabel
.
textColor
=
UIColor
(
rgb
:
0x212121
)
subtitleLabel
.
font
=
UIFont
(
name
:
"PeridotPE-Regular"
,
size
:
14.0
)
}
}
...
...
Please
register
or
login
to post a comment