[x] I have searched existing issues and this is not a duplicate
I am using EmbeddedSection Controller for showing horizontal scrolling list.
I want to have just one selected cell in the horizontal list. (and deselect others when one is selected)
I can see there are two approaches:
Iterate over SCs and see which are selected
Create delegate that forwards selections/deselections.
However, in a discussion of #184, @rnystrom has mentioned that they are trying to bake support into IGListKit.
What is the best way to do it now? Is there an example?
New issue checklist
README
and documentationI am using EmbeddedSection Controller for showing horizontal scrolling list. I want to have just one selected cell in the horizontal list. (and deselect others when one is selected) I can see there are two approaches:
However, in a discussion of #184, @rnystrom has mentioned that they are trying to bake support into IGListKit. What is the best way to do it now? Is there an example?