I have looked at rey weinderlich's tutorials on split views but because he uses a separate class for all his data, I can't seem to figure my problem out.
I am trying to select a row in a table view in a master view controller which then populates a table in the detail view controller with all the data that is saved on core data that is specific for that entry. I can't find a tutorial that shows me how. Rey's tutorial is the closest but I can't seem to substitute core data for his separate class of information. I feel very stupid.
Is there a tutorial showing what I'm after?
