triangledraw / TriangleDraw-iOS

TriangleDraw is a pixel editor for iPad and iPhone.
https://apps.apple.com/app/id1453533043
MIT License
54 stars 13 forks source link

Prevent rapid tapping on the "Create Document" button #22

Open neoneye opened 4 years ago

neoneye commented 4 years ago

Tapping this button multiple times is not good. It creates several documents in an undefined state.

There is a slight delay from tapping the "Create Document" button until the document have been fully created in the file system. A blocking mechanism is needed. That stays invisible if the document gets fully created within a reasonable amount of time. Otherwise a HUD is to be shown. Or an error message.

This is what it looks like when I'm using an ApplePencil and create documents rapidly. IMG_1568