flypigz

Results 10 issues of flypigz

Thanks a lot for the code, what about modifying it to support vertical cube transition?

I really don't know how to fix this. Should we limit the scroll speed?

If there are two class, and linked to each other, the MKObject could not generate json string for, here is my sample code: --- ``` #import #import "MKObject.h" @class TestNode;...

_screenshotController .capture(pixelRatio: 1, delay: const Duration(milliseconds: 20)) .then((Uint8List? image) async { if (image != null) { ...... } else { assert(false); // unexpected !! } }

the popViewController method re-use the popViewControllerToViewControl, which lead to this limitation, it does not support pop all of the right view controllers.... instead, i think the popViewControllerToViewControl should re-use code...

Actually this is an issue of PaperFold, but I can reproduce it easily with this PaperFoldMenuController demo. Issue reproduce percentage: 100% Issue reproduce steps using the demo project: 1. add...

some cells are removed unexpectedly, and i can see the gray background... this issue is not 100% reproduceable, just try several times. just test with the demo project. btw, I...