I'm using a UITableView and UITableViewCell in my project, I've customised the UITableViewCell properly, and in the TableView I'm displaying an Array of items, I'm assigning the values to that array in the below manner.
result= [[[NSMutableArray alloc]initWithArray:detail]]; [tableView1
reloadData];//reloading table
It works properly, but after four or five times scrolling the TableView my app get crashed
(SIGABRT)
, it shows the error
"Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 129 beyond bounds for empty array'