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
Dimitris Togias
2022-09-19 10:55:12 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
192c2175f9573eb88c316e3cedb836a07173231d
192c2175
1 parent
2eef2f58
correct styles
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/AnalysisMoreViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework/AnalysisMoreViewCell.swift
View file @
192c217
...
...
@@ -16,7 +16,8 @@ class AnalysisMoreViewCell: UITableViewCell {
super
.
awakeFromNib
()
// title
titleLabel
.
textColor
=
UIColor
(
rgb
:
0x435563
)
titleLabel
.
font
=
UIFont
(
name
:
"PFSquareSansPro-Medium"
,
size
:
16
)
titleLabel
.
textColor
=
UIColor
(
rgb
:
0x415564
)
titleLabel
.
text
=
"Δες Περισσότερα"
}
}
...
...
Please
register
or
login
to post a comment