SKSTableView
SKSTableView copied to clipboard
Expand Single Cell at one time
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
tableView.shouldExpandOnlyOneCell = YES;