Good, so at the moment I'm not in a table cell. (I saw a lot of threads relative to cell height.)
I have a detailed view with a title and description at the top of the view, followed by the table below. If the description will vary in length, how do I get the tableView to adjust it accordingly so that it always starts right below it?
I see that the apple is doing this in the app store app. If you look at the description of the application (as if you bought it), they have a description of the application, and wherever the scrollable screenshot panel ends. How do they perform different heights above a text description?
Do they do all this programmatically or can I use the layout controls in IB to do the same?
source
share