Relative Content

Tag Archive for iosswiftuitableview

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.