So I've built a small UITableView with a list of recipes. Currently none of them will load a detail view when tapped, and I'm desperately trying to figure out how to get this working in Objective-C (pref. without storyboards)
This is because I need to use different data for each recipe - like ingredients, cooking time, etc. I can use the same "template" and variable UILablels, but I need to load different content into the labels - I hope this makes sense?
Here's
my test code you can download to see what I'm talking about. I also included a screenshot of my table view below. I'd appreciate any help I can get on this, still a newbie to Cocoa but learning fast