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
2025-03-19 14:31:22 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc4a8415c7c75a5539e3f2101c381f37a8d948fc
bc4a8415
1 parent
c9c8a8f3
MarketPass ui fixes
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/MarketPassInfoViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/MarketPassViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
bc4a841
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/MarketPassInfoViewController.swift
View file @
bc4a841
...
...
@@ -88,7 +88,7 @@ import UIKit
// okButton
okButton
.
titleLabel
?
.
font
=
UIFont
(
name
:
"PeridotPE-Bold"
,
size
:
15
)
okButton
.
setTitle
(
"Επιστροφή
στο Supermarket Deals
"
,
for
:
.
normal
)
okButton
.
setTitle
(
"Επιστροφή"
,
for
:
.
normal
)
okButton
.
setTitleColor
(
.
white
,
for
:
.
normal
)
okButton
.
backgroundColor
=
UIColor
(
rgb
:
0x0EA600
)
okButton
.
layer
.
cornerRadius
=
10.0
...
...
SwiftWarplyFramework/SwiftWarplyFramework/MarketPassViewController.swift
View file @
bc4a841
...
...
@@ -208,6 +208,7 @@ import SwiftEventBus
couponsValueAttributedString
.
append
(
couponsValueBoldString
)
couponsValueLabel
.
attributedText
=
couponsValueAttributedString
couponsValueLabel
.
textAlignment
=
.
left
let
supermarkets
:
Array
<
swiftApi
.
SupermarketModel
>
=
marketPassDetails
?
.
_supermarkets
??
[]
...
...
Please
register
or
login
to post a comment