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:11:23 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
462c537f7a90b7582ba8bdec3ef69fb93550af77
462c537f
1 parent
2a09caaf
fix WalletVC section titles
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
SwiftWarplyFramework/SwiftWarplyFramework/WalletViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/WalletViewController.swift
View file @
462c537
...
...
@@ -852,8 +852,8 @@ extension WalletViewController: UITableViewDelegate, UITableViewDataSource{
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
.
textColor
=
UIColor
(
red
:
0.
13
,
green
:
0.13
,
blue
:
0.13
,
alpha
:
1.00
)
titleLabel
.
text
=
"S
uperMarket Deals
"
titleLabel
.
textColor
=
UIColor
(
red
:
0.
00
,
green
:
0.65
,
blue
:
0.89
,
alpha
:
1.00
)
titleLabel
.
text
=
"S
UPERMARKET DEALS
"
view
.
addSubview
(
titleLabel
)
return
view
...
...
@@ -892,7 +892,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
.
textColor
=
UIColor
(
red
:
0.
13
,
green
:
0.13
,
blue
:
0.13
,
alpha
:
1.00
)
titleLabel
.
textColor
=
UIColor
(
red
:
0.
00
,
green
:
0.65
,
blue
:
0.89
,
alpha
:
1.00
)
titleLabel
.
text
=
"GIFTS FOR YOU"
view
.
addSubview
(
titleLabel
)
...
...
Please
register
or
login
to post a comment