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
2023-07-24 11:54:01 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7555bc3bbaa4271df1029838800629c5cf6b47c5
7555bc3b
1 parent
462c537f
WalletVC section title font size fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
SwiftWarplyFramework/SwiftWarplyFramework/WalletViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/WalletViewController.swift
View file @
7555bc3
...
...
@@ -851,7 +851,7 @@ extension WalletViewController: UITableViewDelegate, UITableViewDataSource{
view
.
backgroundColor
=
.
clear
let
titleLabel
=
UILabel
(
frame
:
CGRect
(
x
:
20
,
y
:
40
,
width
:
view
.
frame
.
width
-
40
,
height
:
20
))
titleLabel
.
font
=
UIFont
(
name
:
"BTCosmo-Bold"
,
size
:
20
)
titleLabel
.
font
=
UIFont
(
name
:
"BTCosmo-Bold"
,
size
:
19
)
titleLabel
.
textColor
=
UIColor
(
red
:
0.00
,
green
:
0.65
,
blue
:
0.89
,
alpha
:
1.00
)
titleLabel
.
text
=
"SUPERMARKET DEALS"
...
...
@@ -891,7 +891,7 @@ extension WalletViewController: UITableViewDelegate, UITableViewDataSource{
// let titleLabel = UILabel(frame: CGRect(x: 20, y: 40, width: view.frame.width - 40, height: 21))
let
titleLabel
=
UILabel
(
frame
:
CGRect
(
x
:
20
,
y
:
30
,
width
:
view
.
frame
.
width
-
40
,
height
:
20
))
titleLabel
.
font
=
UIFont
(
name
:
"BTCosmo-Bold"
,
size
:
20
)
titleLabel
.
font
=
UIFont
(
name
:
"BTCosmo-Bold"
,
size
:
19
)
titleLabel
.
textColor
=
UIColor
(
red
:
0.00
,
green
:
0.65
,
blue
:
0.89
,
alpha
:
1.00
)
titleLabel
.
text
=
"GIFTS FOR YOU"
...
...
Please
register
or
login
to post a comment