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-04-11 17:51:36 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c0c1881103d2de76d379e149e75c98b3c36db960
c0c18811
1 parent
f9fe92ba
Added navigation_back event listener at LoyaltyHistoryVC
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/LoyaltyHistoryViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/LoyaltyHistoryViewController.swift
View file @
c0c1881
...
...
@@ -74,6 +74,13 @@ import SwiftEventBus
}
}
SwiftEventBus
.
onBackgroundThread
(
self
,
name
:
"navigation_back"
)
{
result
in
DispatchQueue
.
main
.
async
{
self
.
navigationController
?
.
popViewController
(
animated
:
true
)
}
}
// setBackButton()
setBackButton
(
"ic_close_3"
)
setNavigationTitle
(
"Ιστορικό"
)
...
...
Please
register
or
login
to post a comment