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

Improve support for UITableView #24

Closed
benlodotcom opened this issue Mar 26, 2015 · 4 comments
Closed

Improve support for UITableView #24

benlodotcom opened this issue Mar 26, 2015 · 4 comments
Assignees

Comments

@benlodotcom
Copy link
Contributor

It is already possible to use CKComponentDataSource directly to have a UITableView using component and we provided [some sample code]((http://componentkit.org/docs/datasource-dive-deeper.html#example-use-it-in-your-viewcontroller-to-power-a-uitableview) for it. Even though UICollectionView present a lot more advantages than UITableView (perf, animations, real abstraction for the layout ...) my plan to make things better with UITableViews is :

  1. Make a sample app out of the sample code.
  2. Make a thin layer on top of CKComponentDataSource (similar to CKComponentCollectionViewDataSource) to be used with UITableViews
@drkibitz
Copy link

👍

@ghost
Copy link

ghost commented Aug 4, 2015

Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.

@mapedd
Copy link

mapedd commented Apr 8, 2016

Any update regarding this problem?

@ocrickard
Copy link
Contributor

I think this is likely now a non-goal for ComponentKit. I think we should double-down on collection views, and would even like to go so far as suggesting we deprecate any TableView specific logic in the core framework.

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

No branches or pull requests

4 participants