I'm using TaaskyFlipTransitionAnimation for presenting a view controller like a modal, and dismiss because this animation left-to-right & right-to-left position is important for my app.But do I have to use tr_present method for this, however; I want to use tr_push and pop for navigation stack. Whenever I use to push method TaaskyFlipTransitionAnimation always same direction. How do I solve this?
I'm using TaaskyFlipTransitionAnimation for presenting a view controller like a modal, and dismiss because this animation left-to-right & right-to-left position is important for my app.But do I have to use tr_present method for this, however; I want to use tr_push and pop for navigation stack. Whenever I use to push method TaaskyFlipTransitionAnimation always same direction. How do I solve this?
Note: Swift 3 Thanks.