Hi all,
In iOS 10.0, using dequeueReusableCellWithIdentifier app gets crashes I also tried -forIndexPath method but same thing happened.
Now after researching I tried registerClass with what I have assigned in storyboard cell, this time the app did not crashed but all the property of cell returns nil.
When app crashes, using NSZombiesEnabled, it show me "An Objective-C message was sent to a deallocated 'CFString (immutable)' object (zombie) at address".
I take prototype cell in storyboard and assigned a custom class so there is no need to register class or nib in viewdidload.
Let me clear here is that it works fine prior to iOS 10.0 versions.
Please help me out of this issue.
Thanks,
Manish Patel