SKSTableView
SKSTableView copied to clipboard
Crash on iOS 10
in method didSelectSubRowAtIndexPath
,
has an error: property 'subRow' not found on object of type 'NSIndexPath *'. So my app crash.
I am facing same issue, @anhhtbk did you got the solution for this?
In method didSelectSubRowAtIndexPath
, first I add a variable long subRow = indexPath.subRow;
, after I use subRow
instead indexPath.subRow
.
I don't understand it work correctly with me. 💃
@anhhtbk Are you using swift 3.0?
Nope. I am using Obj
@anhhtbk Opps, I am working on swift 3.0 and its same issue. unable to access indexpath.subrow. Thanks for help man
Hi, @tejas-ardeshna Did you solve this issue?