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-04-28 12:13:12 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c5d3a33999597d730c94b7d69afdfa4044f3d84d
c5d3a339
1 parent
82881eef
fix terms font size
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
SwiftWarplyFramework/SwiftWarplyFramework/CouponBarcodeViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/CouponViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/TelcoViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/CouponBarcodeViewController.swift
View file @
c5d3a33
...
...
@@ -285,7 +285,7 @@ import AVFoundation
let
htmlText
=
couponSetData
?
.
terms
??
""
termsTextView
.
attributedText
=
htmlText
.
htmlToAttributedString
termsTextView
.
font
=
UIFont
(
name
:
"PeridotPE-Regular"
,
size
:
1
6
)
termsTextView
.
font
=
UIFont
(
name
:
"PeridotPE-Regular"
,
size
:
1
4
)
termsTextView
.
textColor
=
UIColor
(
red
:
0.13
,
green
:
0.13
,
blue
:
0.13
,
alpha
:
1.00
)
termsTextView
.
textAlignment
=
.
left
termsTextView
.
isScrollEnabled
=
false
...
...
SwiftWarplyFramework/SwiftWarplyFramework/CouponViewController.swift
View file @
c5d3a33
...
...
@@ -125,7 +125,7 @@ import SwiftEventBus
let
htmlText
=
couponset
?
.
terms
??
""
termsTextView
.
attributedText
=
htmlText
.
htmlToAttributedString
termsTextView
.
font
=
UIFont
(
name
:
"PeridotPE-Regular"
,
size
:
1
6
)
termsTextView
.
font
=
UIFont
(
name
:
"PeridotPE-Regular"
,
size
:
1
4
)
termsTextView
.
textColor
=
UIColor
(
red
:
0.13
,
green
:
0.13
,
blue
:
0.13
,
alpha
:
1.00
)
termsTextView
.
textAlignment
=
.
left
termsTextView
.
isScrollEnabled
=
false
...
...
SwiftWarplyFramework/SwiftWarplyFramework/TelcoViewController.swift
View file @
c5d3a33
...
...
@@ -122,7 +122,7 @@ import SwiftEventBus
// let htmlText = ccms?._description ?? ""
// moreTextView.attributedText = htmlText.htmlToAttributedString
moreTextView
.
text
=
ccms
?
.
_termsAndConditions
??
""
moreTextView
.
font
=
UIFont
(
name
:
"PeridotPE-Regular"
,
size
:
1
6
)
moreTextView
.
font
=
UIFont
(
name
:
"PeridotPE-Regular"
,
size
:
1
4
)
moreTextView
.
textColor
=
UIColor
(
red
:
0.13
,
green
:
0.13
,
blue
:
0.13
,
alpha
:
1.00
)
moreTextView
.
textAlignment
=
.
left
moreTextView
.
isScrollEnabled
=
false
...
...
Please
register
or
login
to post a comment