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-02 16:58:16 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c5259ca3b56df07e3e15dbd546fcdc1e01bd9843
c5259ca3
1 parent
be863f3c
fix couponsetVC success popup button
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/CouponViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/CouponViewController.swift
View file @
c5259ca
...
...
@@ -342,7 +342,7 @@ import SwiftEventBus
let
alert
=
UIAlertController
(
title
:
alertTitle
,
message
:
alertSubTitle
,
preferredStyle
:
.
alert
)
let
cancelButton
=
UIAlertAction
(
title
:
"
Ακύρωση
"
,
style
:
.
default
,
handler
:
{
action
in
let
cancelButton
=
UIAlertAction
(
title
:
"
Κλείσιμο
"
,
style
:
.
default
,
handler
:
{
action
in
switch
action
.
style
{
case
.
default
:
self
.
navigationController
?
.
popViewController
(
animated
:
true
)
...
...
Please
register
or
login
to post a comment