RxReusable
RxReusable copied to clipboard
Incompatible with Swift 4 / RxSwift 4.0
The current version of RxReusable is incompatible with Swift 4 due to the way how the method swizzling is applied on both UITableView and UICollectionView (using the Obj-C initialize method)
The following error might be due to the version 4.0 of RxSwift
Driver+RxReusable.swift:20:62: Expression type '(_, _)' is ambiguous without more context
Is there any plans to update this library?