Index out of range in UITableview while scrolling
I am implementing a nested UITableview that is having a UITableview which has another UITableview within the cell, both of UITableviews are have auto resize cell with dynamic data and header&footer as well. So the problem here i am facing is that when the data is large in innerTableview, the application getting crash, some times when i scroll upto two/three cells it works but then it crash. I have nested arrays through which i am assigning data to the tableview.
UITableView reordering controls are not showing in UIViewController
Not sure what is wrong, I feel like I’ve done this a thousand times over the years, but its not working this time.