devxoul / RxReusable

Reusable cells and views for RxSwift
MIT License
23 stars 3 forks source link

Incompatible with Swift 4 / RxSwift 4.0 #4

Open lowip opened 7 years ago

lowip commented 7 years ago

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?