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
The current version of RxReusable is incompatible with Swift 4 due to the way how the method swizzling is applied on both
UITableView
andUICollectionView
(using the Obj-Cinitialize
method)The following error might be due to the version 4.0 of RxSwift
Is there any plans to update this library?