SKSTableView icon indicating copy to clipboard operation
SKSTableView copied to clipboard

subrow issue in SKSTableView

Open ketulbshah opened this issue 9 years ago • 3 comments

Is there anyone using SKSTableView and knows the subrow stuff ? I'm encountering the problem that in delegate method

func tableView(tableView: SKSTableView!, cellForSubRowAtIndexPath indexPath:
NSIndexPath!) -> UITableViewCell! {} no matter how many number of subrows are returned, indexPath.subrow keeps giving me 0, which is the index of the first subrow. So the subrow cell can only fetch the first item of the given array.

Please help and thanks ahead.

[email protected]

ketulbshah avatar Nov 11 '15 13:11 ketulbshah

Same issue how did you solve it

jovanpreet avatar Jan 13 '16 16:01 jovanpreet

Facing same issue any one solve it

kksuthar321 avatar Mar 14 '16 16:03 kksuthar321

Check this http://stackoverflow.com/questions/37677705/skstableview-got-wrong-indexpath-when-clicked-button-inside-subrowatindexpath/37677812#37677812

kksuthar321 avatar Jun 07 '16 11:06 kksuthar321