Open shinichy opened 2 years ago
Fixes #81 by supporting forwarding delegate method calls similar to RxCocoa's setDelegate.
RxCocoa setDelegate example. https://github.com/ReactiveX/RxSwift/blob/1a1fa37b0d08e0f99ffa41f98f340e8bc60c35c4/RxExample/RxExample/Examples/SimpleTableViewExampleSectioned/SimpleTableViewExampleSectionedViewController.swift#L68
setDelegate
Seems good to me! Not sure if we can get some of these PR's approved @freak4pc ?
Fixes #81 by supporting forwarding delegate method calls similar to RxCocoa's setDelegate.
RxCocoa
setDelegate
example. https://github.com/ReactiveX/RxSwift/blob/1a1fa37b0d08e0f99ffa41f98f340e8bc60c35c4/RxExample/RxExample/Examples/SimpleTableViewExampleSectioned/SimpleTableViewExampleSectionedViewController.swift#L68