bennyguitar / CollapseClick

A collapsible list that functions like a UITableView, except you can collapse and open cells on a click. Feed it UIViews for what is shown when each cell is open. Works via delegation similar to UITableView.
MIT License
533 stars 83 forks source link

How can i know which collapsable cell is clicked? No Click event for collapsable cell #3

Closed demotesting closed 11 years ago

bennyguitar commented 11 years ago

My laptop's at the Apple Store getting a new logic board right now, but either tomorrow or Wednesday I'll have a delegate method extended for you (and everyone else) to do something on click as well.

bennyguitar commented 11 years ago

Just added a delegate method for ya'.

didClickCollapseClickCellAtIndex:(int) isNowOpen:(BOOL)