Skip to content

kaiserabliz/CollapsibleTableViewSection

 
 

Repository files navigation

Collapsible Table Section in Grouped Table

A simple iOS swift project demonstrates how to implement collapsible section in grouped table.

Language Language

Customization can be done with the following attributes.

let itemsToKeepAtTheTop     : Int     = 3
let sectionHeaderCellHeight : CGFloat = 50.0
let cellHeight              : CGFloat = 44.0

Demo

demo

This project is adopted from Yong Su. Check out his original project here

About

A simple demo that demonstrates how to implement collapsible table sections in grouped table view.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%