SKSTableView icon indicating copy to clipboard operation
SKSTableView copied to clipboard

Crash on iOS 10

Open anhhtbk opened this issue 8 years ago • 6 comments

in method didSelectSubRowAtIndexPath, has an error: property 'subRow' not found on object of type 'NSIndexPath *'. So my app crash.

anhhtbk avatar Nov 08 '16 02:11 anhhtbk

I am facing same issue, @anhhtbk did you got the solution for this?

tejas-ardeshna avatar Dec 07 '16 10:12 tejas-ardeshna

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 avatar Dec 07 '16 10:12 anhhtbk

@anhhtbk Are you using swift 3.0?

tejas-ardeshna avatar Dec 07 '16 11:12 tejas-ardeshna

Nope. I am using Obj

anhhtbk avatar Dec 07 '16 11:12 anhhtbk

@anhhtbk Opps, I am working on swift 3.0 and its same issue. unable to access indexpath.subrow. Thanks for help man

tejas-ardeshna avatar Dec 07 '16 11:12 tejas-ardeshna

Hi, @tejas-ardeshna Did you solve this issue?

mercedesbenz00 avatar Jun 17 '17 02:06 mercedesbenz00