Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 743 Bytes

File metadata and controls

19 lines (14 loc) · 743 Bytes

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