sakkaras / SKSTableView

An expandable table view.
MIT License
446 stars 115 forks source link

Crash on iOS 10 #54

Open anhhtbk opened 7 years ago

anhhtbk commented 7 years ago

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

tejas-ardeshna commented 7 years ago

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

anhhtbk commented 7 years ago

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. 💃

tejas-ardeshna commented 7 years ago

@anhhtbk Are you using swift 3.0?

anhhtbk commented 7 years ago

Nope. I am using Obj

tejas-ardeshna commented 7 years ago

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

mercedesbenz00 commented 7 years ago

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