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
2022-10-11 10:44:15 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
59d7c21ff48026921e9fab681a4ba4f1380cd77f
59d7c21f
1 parent
9c346c68
fix questionnaireButton v2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
SwiftWarplyFramework/SwiftWarplyFramework/WalletViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/WalletViewController.swift
View file @
59d7c21
...
...
@@ -102,7 +102,7 @@ import SwiftEventBus
questionnaireButton
.
layer
.
shadowOpacity
=
1.0
questionnaireButton
.
layer
.
shadowRadius
=
0.0
questionnaireButton
.
layer
.
masksToBounds
=
false
questionnaireButton
.
contentEdgeInsets
=
UIEdgeInsets
(
top
:
5
,
left
:
10
,
bottom
:
5
,
right
:
10
)
questionnaireButton
.
contentEdgeInsets
=
UIEdgeInsets
(
top
:
7
,
left
:
10
,
bottom
:
3
,
right
:
10
)
}
else
{
questionnaireButton
.
setTitle
(
"+Προτιμήσεις"
,
for
:
.
normal
)
questionnaireButton
.
titleLabel
?
.
font
=
UIFont
(
name
:
"PFSquareSansPro-Medium"
,
size
:
14
)
...
...
@@ -309,7 +309,7 @@ import SwiftEventBus
questionnaireButton
.
layer
.
shadowOpacity
=
1.0
questionnaireButton
.
layer
.
shadowRadius
=
0.0
questionnaireButton
.
layer
.
masksToBounds
=
false
questionnaireButton
.
contentEdgeInsets
=
UIEdgeInsets
(
top
:
5
,
left
:
10
,
bottom
:
5
,
right
:
10
)
questionnaireButton
.
contentEdgeInsets
=
UIEdgeInsets
(
top
:
7
,
left
:
10
,
bottom
:
3
,
right
:
10
)
}
else
{
for
layer
in
(
questionnaireButton
.
layer
.
sublayers
??
[])
{
if
(
layer
.
name
==
"linearGradientLayer"
){
...
...
Please
register
or
login
to post a comment