I have been trying to figure out why this error is happening for a while I put the tableview in view controller. Set the tableview delegate and datasource to view controller. I have implemented the delegate and datasource protocols.
I have done the same scene in fresh project almost 4 times, It worked fine. When I am trying to implement this scene in my current projects I see this error.
If I remove setting the delegate of table view then everything goes fine.
It is happening after returning cell.
What could be the reason? I am unable to figure it.I am using no arrays too.