Segue - index 0 beyond bounds for empty array
问题 Good afternoon, I'm in the last step of having a TableViewController working and I'm having problems with the DetailViewController. Here you find my Segue code: I have problems when declaring the "[self.carMakes objectAtIndex:[myIndexPath row]]" because I recieve the error: " [__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array' " and I have search the error and it's realated my array, that is empty. I'm going to post below more code if that helps you to find where I'm doing