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-10-13 19:00:48 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d70d529e1adc872a88ab2a88ef938d8d151119d
4d70d529
1 parent
ce98a452
fix hide empty category
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/MFYViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
4d70d52
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/MFYViewController.swift
View file @
4d70d52
...
...
@@ -142,8 +142,11 @@ import SwiftEventBus
category
.
items
.
append
(
newCampaign
)
}
}
if
(
category
.
items
.
count
>
0
)
{
newData
.
append
(
category
)
}
}
// self.campaigns = tempCampaigns
self
.
categories
=
newData
...
...
Please
register
or
login
to post a comment