Mac Gallagher

Results 45 comments of Mac Gallagher

Have you tried the `appendCards` method? You should only reload data if you want to start over and clear your swipe history

I would not add all 500 at once, but even so, it should be no problem for the library. It just maintains an array of integers

Hi @lukasrosenke. Just so I understand, you are calling `undoLastSwipe` within the `didSwipeCardAt` delegate method? Seems odd to me - why are you undoing immediately after swiping?

Hi @Adamf155, thanks for reporting this issue. I am aware of this and it is something I have tried to address in the past. To debug this, I would start...

Hi @RuchiMakadia, I'm having trouble understanding the issue. Can you please provide some code and screenshots? Thanks

Hey @mran3, the code snippet you provided looks fine. Also if you're only adding one card at a time, you can just do ``` cardImages.append(loadedImg) cardStack.appendCards(atIndices: [cardImages.count - 1]) ```...

@mran3 did you find a fix for this? I am still unable to reproduce it and would like to address this issue

@mran3 Thanks for the update. The `appendCards` feature is new so it could very well be an issue with the library. I will keep this open for now in case...

@mran3 @skdevil can you share how you're adding the new cards? Are you calling `appendCards` on the main thread?

Ok, where are you calling this code block from? One of the delegate methods?