Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Crash on iOS 10 #54

Open
anhhtbk opened this issue Nov 8, 2016 · 6 comments
Open

Crash on iOS 10 #54

anhhtbk opened this issue Nov 8, 2016 · 6 comments

Comments

@anhhtbk
Copy link

anhhtbk commented Nov 8, 2016

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

@tejas-ardeshna
Copy link

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

@anhhtbk
Copy link
Author

anhhtbk commented Dec 7, 2016

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
Copy link

@anhhtbk Are you using swift 3.0?

@anhhtbk
Copy link
Author

anhhtbk commented Dec 7, 2016

Nope. I am using Obj

@tejas-ardeshna
Copy link

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

@mercedesbenz00
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants