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-06-10 14:09:55 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
330aee90b3cd9dd50f775cc778c702d296bac039
330aee90
1 parent
0eadb4fa
minor fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
330aee9
...
...
@@ -1240,7 +1240,7 @@ public class swiftApi {
}
public
func
openQuestionnaire
(
controller
:
UIViewController
)
->
Void
{
public
func
openQuestionnaire
(
_
controller
:
UIViewController
)
->
Void
{
for
item
in
GlobalVariables
.
campaigns
{
if
(
item
.
offer_category
==
"questionnaire"
)
{
let
storyboard
=
UIStoryboard
(
name
:
"Main"
,
bundle
:
Bundle
(
for
:
MyEmptyClass
.
self
))
...
...
Please
register
or
login
to post a comment