Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
630
Expandable sections when using IGGridViewDataSource
posted

I implemented gridView:cellForSectionHeader so that I could set .expandable=YES on an IGGridViewSectionHeaderCell. When I click on the section header, I see that gridView:collapseSection and gridView:expandSection are called, and same with gridView:sectionExpanded, but I’m not sure what to do in those to get the sections to expand/collapse when I click on the section headers. Any help is appreciated.

Parents Reply Children
No Data