RxReusable
RxReusable copied to clipboard
Reusable cells and views for RxSwift
#4
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)...
I started learning iOS and I've bean learning iOS and rxswift through your open source project. However, I found that it will make the UIImagePickerController can not select photo. ```...
Fixes #1 and #2
This is a useful library, thanks for the efforts. However, I found that it will make the PUCollectionView unable to select. PUCollectionView & PUPhotosGridCell are iOS-Runtime classes, which will be...