Jean Friesewinkel
Jean Friesewinkel
Hi, this is interesting, thanks for making Dwifft! We have another (presumably) common case where our list of items is stably sorted. It doesn't seem Dwifft is taking advantage of...
I had a similar issue, with a console error: `: CGAffineTransformInvert: singular matrix.` My error was due to the `originalTransform` not being set at setup, here: https://github.com/modocache/MDCSwipeToChoose/blob/v0.2.3/MDCSwipeToChoose/Public/Views/UIView+MDCSwipeToChoose.m#L42 This has since...
@acegreen Yes I also had the same error when just adding the line, but ultimately went for updating the whole POD, and that worked for me.