Skip to content

A simple and robust implementation of having a multi select header along with selectable cells for various implementation in iOS.

License

Notifications You must be signed in to change notification settings

umarF/MultiSelectHeaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiSelectHeaders

A simple and robust implementation of having a multi select header along with selectable cells for various implementation in iOS.

Walkthrough

Just change the Models as per your need.

In the example, section header are populated by the League model, and cells are populated by the Team Model. The important point to note when modifying is that, League Model (used for Header View) should contain the array of cells within as a property (TeamsArr is an array of Team Model that is contained as a property in League Model object).

About

A simple and robust implementation of having a multi select header along with selectable cells for various implementation in iOS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages