Yunus Alkan

Results 3 issues of Yunus Alkan

For instance this error object, called method like: ```javascript iyzipay.threedsPayment.create(payload, function(err, result) { console.log(result); callback(err || result.errorMessage, result); }); ```` Why you return errors for in 'result'? Because when I...

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...