SKSTableView icon indicating copy to clipboard operation
SKSTableView copied to clipboard

Wrong Subrow Index when selected in non first row.

Open kuanll opened this issue 10 years ago • 0 comments

I set the property shouldExpandOnlyOneCell=YES; 1.Open first Row,there are threes subrows. 2.Click the second row (not subrow,there are three subrows,too) but I got a delegate didSelectSubRowAtIndexPath:

I think ExpandOnlyOneCell,will close subrows of First row First,and calculate corresponfingIndexPath later.

so I modify the SKSTableView.m at 331 marked //NSIndexPath *currespondingIndexPath=....... and declare this at line 287 before if(cell.isExpandable)

sorry about my poor english.

kuanll avatar Jan 14 '15 02:01 kuanll