Joni Van Roost
Joni Van Roost
Honestly, might just be bad luck on your part @cyril94440, App Store reviews just require some luck. A lot of things are just fine until at some point it's a...
Yup, connector matters. Some connectors require a different `minReplyDelay` and some won't even work at all using a specific connector.
I think that locking up is related to #42 (see the discussion at the bottom), try running 3d38860 and run `./ddcctl -d 1 -b ?` again and see if it...
> Notice that only even numbered labels are visible I'm not sure I fully understand you here, do you mean some cards are actually missing or are they just scrolled...
I'm not sure if that's a bug with the library, when I modify the Example project to show the index instead of the age in the demo cards this does...
Any update on this?
It's not currently supported as I didn't consider it, feel free to open a Pull request though :)
Do you want the card to swipe away without having to update the datasource to reflect this? Or just block the card from swiping away? To me personally it seems...
Hi, there is no direct API access for this provided yet but you can just use: ```swift if let focussedCardIndex = cardSwiper.focussedCardIndex { let card = cardSwiper.verticalCardSwiperView.cellForItem(at: IndexPath(row: focussedCardIndex, section:...