Okay, so i need som help. My code do almost what i want it to do, but there is a small problem i think. I have a table view that gets its information from a .plist file and my code lays it out in the table view. Now, what i want is that when i press a table view cell, i want four different labels to change to something i have spesificed in the code. I got this to work, but only in the first section(I have sections A-B). When i pressed the first table view cell in the second section, i got the same values for my labels as the first cell in the first sections. Any ideas how to get this working?Okay, so i need som help. My code do almost wha