I have a table view setup which currently, when being flickered up, has its sections flush up against right underneath the status bar, instead of flushing against the the navigation bar. I'm not sure if this is the proper behavior, but most applications have the Section Title flush properly below the navigation bar when it's slid into view.
What's the right way to correct this instead of downsizing the tableView arbitrarily?
* EDIT *
Related to a thread I created in http://stackoverflow.com/questions/321522/iphone-devel-broken-cell-with-an-odd-strikethrough. This problem plus the 'cell strike-through' problem occurs when I set my Navigation Bar to a Translucent Black. When it's Black Opaque or Normal, such a problem does not exist. I'm not sure if that's a result of something else in my code or an issue with the SDK.