ReusableKit
ReusableKit copied to clipboard
Generic reusables for UICollectionView and UITableView
Update RxSwift to 6. Update deployment_target to iOS 9 by RxSwift 6
This is one of inevitable hard coded string cases for nib. -> ReusableCell(nibName: "MyCell") In this pull request, we can init it without hard coded string anymore. -> ReusableCell(nibType: MyCell.self)...
I am trying to build generic `getAll` method will which just return instances of Reusable cells. By creating that I don't have to register the cells manually I can just...
Can't run "pod install" because it throws me this error ReusableKit/RxSwift (= 3.0.0) was resolved to 3.0.0, which depends on RxCocoa (~> 5.0) Please, add support for RxSwift 6.0.0