CombineCommunity / CombineCocoa

Combine publisher bridges for UIKit
MIT License
1.67k stars 133 forks source link

Forward delegate #82

Open shinichy opened 2 years ago

shinichy commented 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

markst commented 1 year ago

Seems good to me! Not sure if we can get some of these PR's approved @freak4pc ?