sakkaras / SKSTableView

An expandable table view.
MIT License
446 stars 115 forks source link

Expand Single Cell at one time #37

Open SushilSharma12 opened 9 years ago

SushilSharma12 commented 9 years ago

Hello there, I am using this awesome library. Very very thanks for the great animation for cell subViews. I want to expand single cell at one time. As for now, I expands multiple cells. But I want, If one cell is already expanded and user taps on another cell, the already expanded cell should get collapsed.Please suggest me how to do this. Thanks

Brajpal02 commented 8 years ago

tableView.shouldExpandOnlyOneCell = YES;