user2534693
user2534693

Reputation:

Passing information from a TableViewController to a DetailViewController

I am having issues passing information to the DetailViewController. I am able to populate my table view without any issues and able to go to the detail view, but in the detail view the information is not displaying. it just remains blank.

I have my list of data in my table view, with a Name, Category and Date label, and when I pass it to the detail view, I want it to remain the same.

I would really appreciate any help!

Upvotes: 0

Views: 79

Answers (1)

gran33
gran33

Reputation: 12951

Make sure your segue has the same name: ShowDetails in storyboard as written at the if statement ;)

Upvotes: 1

Related Questions