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-10-30 16:38:07 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6a7594dbe92511c7078f57fb646d2666815e524c
6a7594db
1 parent
c28fab1b
show discountView at unified single coupon
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/CouponBarcodeViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/CouponBarcodeViewController.swift
View file @
6a7594d
...
...
@@ -186,7 +186,11 @@ import AVFoundation
barcodeTitleLabelHeight
.
constant
=
barcodeTitleLabel
.
intrinsicContentSize
.
height
barcodeTitleLabelTopSpace
.
constant
=
CGFloat
(
20
)
}
else
{
discountView
.
isHidden
=
true
if
(
isMarket
==
true
)
{
discountView
.
isHidden
=
false
}
else
{
discountView
.
isHidden
=
true
}
topExpirationView
.
isHidden
=
true
topExpirationViewHeight
.
constant
=
CGFloat
(
0
)
topExpirationViewTopSpace
.
constant
=
CGFloat
(
0
)
...
...
Please
register
or
login
to post a comment