SKSTableView
SKSTableView copied to clipboard
subrow issue in SKSTableView
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.
Same issue how did you solve it
Facing same issue any one solve it
Check this http://stackoverflow.com/questions/37677705/skstableview-got-wrong-indexpath-when-clicked-button-inside-subrowatindexpath/37677812#37677812