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
2026-03-17 15:03:14 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
32290a6ee2597f0739fcf19f572234f89dea2020
32290a6e
1 parent
2aedfd63
openCouponViewController fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/screens/MyCouponsViewController/MyCouponsViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/screens/MyCouponsViewController/MyCouponsViewController.swift
View file @
32290a6
...
...
@@ -233,11 +233,13 @@ import UIKit
}
private
func
openCouponViewController
(
with
coupon
:
CouponItemModel
)
{
if
(
coupon
.
status
==
1
)
{
let
vc
=
SwiftWarplyFramework
.
CouponViewController
(
nibName
:
"CouponViewController"
,
bundle
:
Bundle
.
frameworkBundle
)
vc
.
coupon
=
coupon
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
}
}
private
func
handleFilterPress
(
with
filter
:
CouponFilterModel
)
{
// switch (filter.title) {
...
...
Please
register
or
login
to post a comment