1

I'm writing an iPhone application which displays a tableview with an header and a footer view. This table is include in a TabBar view controller which is included in a NavigationView controller. This means my tableview is included between a navigation bar and a tabbar. The problem is that the footer view (which includes a graph) gets partially covered by the tabbar. I tried to tweak the simulated metrics in the XCode Storyboard but apparently this values affect only the tableview and not the footer view.

Any idea?

Thanks a lot

Claus

4

1 に答える 1

0

So you want to resize the height of the UITableView's footer view right?

Answer(s) is probably here then.

于 2012-08-29T21:39:05.457 に答える