Hiya guys, been going at this for a few hours now and came to the conclusion I can use a helping hand.
Here's the .m file
The jist of the issue is I have a table view that has custom cells, each individual cell calls its respected detail view from separate nib files. This is working as expected.
In the CustomCell I used IB and setup custom IBOutlets as you'll see in the code. I got this working fine.
The issue is I can't seem to figure out how to give each cell its own respective title/author/date/image. If you look at the above code you'll see that title/author/date/image will repeat.
Any help would be appreciated!
Cheers!
Here's the .m file
The jist of the issue is I have a table view that has custom cells, each individual cell calls its respected detail view from separate nib files. This is working as expected.
In the CustomCell I used IB and setup custom IBOutlets as you'll see in the code. I got this working fine.
The issue is I can't seem to figure out how to give each cell its own respective title/author/date/image. If you look at the above code you'll see that title/author/date/image will repeat.
Any help would be appreciated!
Cheers!