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

Claus
  • 5,662
  • 10
  • 77
  • 118

1 Answers1

0

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

Answer(s) is probably here then.

Community
  • 1
  • 1
samuelsaumanchan
  • 617
  • 1
  • 5
  • 10