Add ability to change flip from left/right to top/bottom#13
Add ability to change flip from left/right to top/bottom#13sukov wants to merge 15 commits intodjk12587:masterfrom
Conversation
|
Kick ass work dude! I'll check out these changes. I don't use this library personally in any project anymore, which is why it has never received any love or refactoring ever. I always wanted to refactor everything from scratch, as I am not a big fan of my implementation, but I just don't have the time. |
|
Thank you. I refactored most of the code, but the massive |
|
Just a random question, is there any other way of doing this interactive animation beside from using |
I think I originally used that because the views are being split in half for the animation layer and static layers. It would be nice to ditch all the layer stuff and just deal with the views, but idk how you can split a uiview in half and manipulate it. |
No description provided.