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-02-06 15:57:50 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0dd3e31499b38b2383d9f5b5640f96818c9d9a42
0dd3e314
1 parent
320c36b0
MarketPassInfoViewController accessibilities
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/MarketPassInfoViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/MarketPassInfoViewController.swift
View file @
0dd3e31
...
...
@@ -84,6 +84,19 @@ import UIKit
okButton
.
setTitleColor
(
.
white
,
for
:
.
normal
)
okButton
.
backgroundColor
=
UIColor
(
rgb
:
0x0EA600
)
okButton
.
layer
.
cornerRadius
=
10.0
setupAccessibilty
()
}
func
setupAccessibilty
()
{
heroImage
.
isAccessibilityElement
=
true
heroImage
.
accessibilityLabel
=
"Οδηγίες χρήσης"
heroImage
.
accessibilityTraits
=
.
image
okButton
.
isAccessibilityElement
=
true
okButton
.
accessibilityLabel
=
okButton
.
title
(
for
:
.
normal
)
okButton
.
accessibilityHint
=
"Διπλό πάτημα για άνοιγμα"
okButton
.
accessibilityTraits
=
.
button
}
// MARK: - Actions
...
...
Please
register
or
login
to post a comment