SKSTableView icon indicating copy to clipboard operation
SKSTableView copied to clipboard

Expand Single Cell at one time

Open SushilSharma12 opened this issue 10 years ago • 1 comments

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

SushilSharma12 avatar May 16 '15 13:05 SushilSharma12

tableView.shouldExpandOnlyOneCell = YES;

Brajpal02 avatar Jan 04 '16 11:01 Brajpal02