I'm having some trouble understanding how I should implement a detailed view controller for a table view, when I don't know how long/short the content is going to be.
Think of an RSS app. The main table view shows all the items, and when you click, you're supposed to get the contents of that item/article. How could I solve this using table views for the application, when table cells have a static height?
I'm using storyboard and segues for the application.