Closed m1entus closed 9 years ago
The main reason is that it serves a completely different function, it is callback for some kind of functionality, not a interface(protocol) that must implement some kind functionality for viewController to be "Transitioning". If future as a delegate handler could be different object that viewController which implements transitioning protocol. If you think that is not necessary feel fre to refactor it to one protocol.
@m1entus I get it. Thank your for your help. :relieved:
Hi @m1entus, Thanks for your PR. I think this will fix #4, so I will merge this :+1:
But I want to know your idea, why did you separete the
RMPZoomTransitionAnimating
protocol and theRMPZoomTransitionDelegate
protocol? I think it is not necessary to separate protocol.@jfradj This PR will fix your issue #4?