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
2026-03-16 14:30:27 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c1fb17a22e92d20e83aade04deb32e787094bfd8
c1fb17a2
1 parent
48afa839
MyRewardsViewController ui fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/screens/MyRewardsViewController/MyRewardsViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/screens/MyRewardsViewController/MyRewardsViewController.swift
View file @
c1fb17a
...
...
@@ -100,6 +100,7 @@ import UIKit
self
.
myCouponsView
.
layer
.
cornerRadius
=
28
self
.
myCouponsView
.
layer
.
masksToBounds
=
true
self
.
myCouponsCountView
.
widthAnchor
.
constraint
(
greaterThanOrEqualToConstant
:
21
)
.
isActive
=
true
self
.
myCouponsCountView
.
layer
.
borderWidth
=
2.0
self
.
myCouponsCountView
.
layer
.
borderColor
=
UIColor
(
rgb
:
0xFFFFFF
)
.
cgColor
self
.
myCouponsCountView
.
layer
.
cornerRadius
=
10.5
...
...
@@ -113,6 +114,7 @@ import UIKit
self
.
myCouponsCountLabel
.
text
=
"0"
self
.
myCouponsCountLabel
.
font
=
UIFont
(
name
:
"PingLCG-Bold"
,
size
:
14
)
self
.
myCouponsCountLabel
.
textColor
=
UIColor
(
rgb
:
0xFFFFFF
)
self
.
myCouponsCountLabel
.
textAlignment
=
.
center
self
.
myCouponsCountLabel
.
frame
.
size
.
width
=
self
.
myCouponsCountLabel
.
intrinsicContentSize
.
width
self
.
myCouponsCountLabel
.
frame
.
size
.
height
=
self
.
myCouponsCountLabel
.
intrinsicContentSize
.
height
...
...
Please
register
or
login
to post a comment