-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
UICollectionElementKindSectionHeader #163
Comments
This might be more helpful once we push an example for #153, I think it'll make more sense. Maybe we should move this there? It sounds like you're trying to configure a supplementary view based on the |
yes, and I want to pass array object with items and then render cells in On Fri, Nov 4, 2016 at 6:03 PM, Ryan Nystrom [email protected]
|
Take a look at #169 for an example of using header supplementary views. Will be merged soon! |
Great example, I did the same way a few days ago. Thank you for providing this example in a short time. On Sun, Nov 6, 2016 at 5:07 PM, Ryan Nystrom [email protected]
|
Sounds like we're good here 👍 |
Yep
|
Summary: Got around to adding a supplementary view source example. Fixes #153 #163 ![img_0197](https://cloud.githubusercontent.com/assets/739696/20042159/03d2489e-a443-11e6-8d60-895256b56273.PNG) - [x] All tests pass. Demo project builds and runs. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/CONTRIBUTING.md) Closes #169 Differential Revision: D4139910 Pulled By: rnystrom fbshipit-source-id: 846c61c4d097392f18778d46044d4989e6bdf183
I need to add CollectionView to UICollectionElementKindSectionHeader. How can I pass object and then control it from there? I can't make it sticky header if I'm putting this CollectionView to the cell.
The text was updated successfully, but these errors were encountered: