devxoul / RxReusable

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

RxReusable

Swift CocoaPods Carthage compatible

RxReusable provides some APIs for managing life cycle of reusable cells and views.

APIs

⚠️ In order to use these features properly, you should set delegate by using rx.setDelegate(_:).

UITableView

- tableView.delegate = self
+ tableView.rx.setDelegate(self)

UICollectionView

- collectionView.delegate = self
+ collectionView.rx.setDelegate(self)

Dependencies

Requirements

Installation

License

RxReusable is under MIT license.