Swift TableView segue to new ViewController with wrong index path (penultimate selection)
问题 I have a weird problem. I have two TableViews one for showing Projects and one for showing all Team Members. With both TableViews I have the same bug. When a user clicks on a Project/ Team Member I want to show the Details for it. The weird thing is, when running the app and I select a Project/ Team Member for the first time, nothing is happening. When I then select another one, it shows me the details of the previous selected one. I hope someone can help me with that. Also a weird thing is,