I'm working on iOS RSS app, and my last view, which is a UIViewController
, is similar to the attached image. I inserted in my DetailView.xib
, one Image View to pass the images of the RSS feeds and two Text View to pass the title and summary respectively.
The question is, how can i make the same, but inside a UITableview
?