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-25 13:24:53 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5ba0354f4c3b599a5e28f40036d18b77479893a4
5ba0354f
1 parent
d87ed8c4
minor fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/GiftsViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
5ba0354
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/GiftsViewController.swift
View file @
5ba0354
...
...
@@ -44,7 +44,7 @@ import SwiftEventBus
self
.
seasonalList
=
swiftApi
()
.
getSeasonalList
()
if
(
seasonalList
.
count
>
0
)
{
if
(
se
lf
.
se
asonalList
.
count
>
0
)
{
for
seasonalItem
in
self
.
seasonalList
{
let
newCampaign
=
swiftApi
.
CampaignItemModel
()
newCampaign
.
_title
=
seasonalItem
.
_title
...
...
@@ -62,7 +62,7 @@ import SwiftEventBus
self
.
seasonalList
=
swiftApi
()
.
getSeasonalList
()
if
(
seasonalList
.
count
>
0
)
{
if
(
se
lf
.
se
asonalList
.
count
>
0
)
{
for
seasonalItem
in
self
.
seasonalList
{
let
newCampaign
=
swiftApi
.
CampaignItemModel
()
newCampaign
.
_title
=
seasonalItem
.
_title
...
...
@@ -79,7 +79,7 @@ import SwiftEventBus
self
.
seasonalList
=
swiftApi
()
.
getSeasonalList
()
if
(
seasonalList
.
count
>
0
)
{
if
(
se
lf
.
se
asonalList
.
count
>
0
)
{
for
seasonalItem
in
self
.
seasonalList
{
let
newCampaign
=
swiftApi
.
CampaignItemModel
()
newCampaign
.
_title
=
seasonalItem
.
_title
...
...
Please
register
or
login
to post a comment