RxReusable icon indicating copy to clipboard operation
RxReusable copied to clipboard

Reusable cells and views for RxSwift

Results 5 RxReusable issues
Sort by recently updated
recently updated
newest added

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. ```...

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...