Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any Subspec supporting RxSwift? #62

Closed
guzhenhuaGitHub opened this issue Jul 30, 2018 · 5 comments
Closed

Any Subspec supporting RxSwift? #62

guzhenhuaGitHub opened this issue Jul 30, 2018 · 5 comments

Comments

@guzhenhuaGitHub
Copy link

Hope Reusable to be better

@AliSoftware
Copy link
Owner

We don't have an Rx subspec yet but I'd love to. Don't hesitate to propose a PR 😉

I'm a user of RxSwift but never used it with tableviews (i.e. never used RxDataSource in my projects so far) so I'm not sure how Rx applied to Reusable would look like. Would be curious to see a solution 👍

@VincentChow
Copy link

@AliSoftware New to RxSwift, but most demo projects are massive used of RxDataSource .Could you tell us why don't you use RxDataSource in projects ?

@AliSoftware
Copy link
Owner

AliSoftware commented Aug 2, 2018

Nothing wrong with using RxDataSources. But it's just a matter of preferences and the type of projets I've been working on lately. I simply prefer using the Adapter pattern on TableViews, extracting my UITableViewDataSource & UITableViewDelegate implementations away in dedicated objects and being able to compose them (works especially best with TableViews whose section have different type of contents).

That said, that's not because I don't use RxDataSources personally that it's wrong per se, and there are plenty of people who love RxDataSources, so that would still be great to have a dedicated subspec for it in Reusable 😉

@pikciu
Copy link

pikciu commented Oct 15, 2018

Hi, you can try this https://github.com/pikciu/RxCells
ofc it depends on Reusable ;)

@guzhenhuaGitHub
Copy link
Author

Thank you~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants