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

Conceptual - ComponentKit for general use? #4

Closed
mrjjwright opened this issue Mar 25, 2015 · 2 comments
Closed

Conceptual - ComponentKit for general use? #4

mrjjwright opened this issue Mar 25, 2015 · 2 comments

Comments

@mrjjwright
Copy link

There is this section in the docs:

Interfaces that aren't lists or tables aren't ideally suited to ComponentKit since it is optimized to work well with a UICollectionView.

That was a bit surprising and I guess it means that ComponentKit was designed for the NewsFeed and other feeds within Facebook. That being said, does that mean you all use the normal imperative, mutative iOS APIs for other parts of the FB app or some other technology that isn't open sourced? Is ComponentKit not suited for just laying out a simple UIView e.g.?

@mrjjwright mrjjwright changed the title Conceptual - ComponentKit for general use Conceptual - ComponentKit for general use? Mar 25, 2015
@natansh
Copy link
Contributor

natansh commented Mar 25, 2015

@mrjjwright Check out CKComponentHostingView to use it in a standalone context. The point is that the framework is optimized for a UICollectionView, but it still can be used in other contexts.

@mrjjwright
Copy link
Author

Thanks, that part all makes sense now after a little more time with the framework.

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

2 participants