Davide Castello
Davide Castello
@mac-gallagher Hi, did you get a chance to work on this issue? I'm having some troubles as well.
@mac-gallagher Hi, sorry to bother you. I just wanted to ask you if you plan on working on what you mentioned here https://github.com/mac-gallagher/Shuffle/issues/112#issuecomment-673252305 or if maybe there's already a PR...
I found these two forks that mentions this issue: 1. https://github.com/Yahenskyi/Shuffle 2. https://github.com/LiuSky/Shuffle I haven't tried them yet, but maybe they work. Let me know!
I wrote an email to @mac-gallagher and he said that he's working on some other projects right now + fulltime job, so I don't think he'll be able to help...
Guys, we fixed it by appending the cards on the swipeCardStack **on the main thread**. So wrap the method where you append the cards like: ``` DispatchQueue.main.async { self.updateCards(values) }...
Hi! Having the same issue here. Any news on this one? 😊
Tried just now and it works! (iPhone 11 Pro, iOS 15, Safari)
@youssefavx Hi, did you by any chance solve this issue? I'm having the same problem here.