HJProtocolDispatcher
A tool to dispatch protocol to multiple implemertors
How To Use
self.tableView.delegate = AOProtocolDispatcher(UITableViewDelegate, self, self.delegateSource);
Installation with CocoaPods
CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. See the Get Started section for more details.
Podfile
pod 'HJProtocolDispatcher', :git => 'https://github.com/panghaijiao/HJProtocolDispatcher.git'
License
HJProtocolDispatcher is released under the MIT license. See LICENSE for details. Copyright owner Alessandroorru