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-07-26 19:46:02 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
410cfd99e9bcbe6a092db403bccd9c6a17e10a48
410cfd99
1 parent
21d13385
add open history action at walletVC
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/WalletViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
410cfd9
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/WalletViewController.swift
View file @
410cfd9
...
...
@@ -263,8 +263,10 @@ import SwiftEventBus
SwiftEventBus
.
post
(
"analysis_pressed"
,
sender
:
dealsAnalysis
)
}
@IBAction
func
couponEarnButtonAction
(
_
sender
:
Any
)
{
// TODO: couponEarnButtonAction
print
(
"couponEarnButtonAction Tapped!"
)
let
storyboard
=
UIStoryboard
(
name
:
"Main"
,
bundle
:
Bundle
(
for
:
MyEmptyClass
.
self
))
let
vc
=
storyboard
.
instantiateViewController
(
withIdentifier
:
"LoyaltyAnalysisViewController"
)
as!
SwiftWarplyFramework
.
LoyaltyAnalysisViewController
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
}
}
...
...
Please
register
or
login
to post a comment