A simple iOS swift project demonstrates how to implement collapsible section in grouped table.
Customization can be done with the following attributes.
let itemsToKeepAtTheTop : Int = 3
let sectionHeaderCellHeight : CGFloat = 50.0
let cellHeight : CGFloat = 44.0This project is adopted from Yong Su. Check out his original project here
