RxSwift
RxSwift copied to clipboard
Table/CollectionViewDelegateProxy crash workaround
This PR implements the workaround for the crash discussed at https://github.com/ReactiveX/RxSwift/issues/2428 as requested by @freak4pc
I put the extensions in a separate file to make later removal simple as this isn't expected to stay permanently. I didn't add any tests as we do not know the actual source of the problem/bug at this time however existing tests passed without issue.