0

I am facing a strange issue.

I have a UITableView in the initial UIViewController of the UITabBarController. At first everything is alright, but when I change the tab and come back to first tab the last cell of UITableView is hidden by the tabbar.

How can I fix this?

Nicktar
  • 5,548
  • 1
  • 28
  • 43
Abhishek
  • 1,682
  • 2
  • 17
  • 29
  • 2
    What do you mean by "last cell of tableview is hidden by the tab bar"? Does it appear behind it? If so, can you please attach a screenshot and post relevant code? – Rinat Khanov Jan 08 '14 at 11:48
  • possible duplicate of [Tab bar covers UITableView's last cell](http://stackoverflow.com/questions/3463157/tab-bar-covers-uitableviews-last-cell) – Nitin Gohel Jan 08 '14 at 11:49
  • Yes it appears behind tabbar, I havent done anything in code, Its just managed by the storyboard. – Abhishek Jan 08 '14 at 11:49
  • @NitinGohel in the link there are workarounds like adding a blank footer or adding subview, I am looking for a better solution. – Abhishek Jan 08 '14 at 11:53

1 Answers1

9

enter image description here

select your specific ViewController from storyboard then un-check Under Bottom Bar property.

CoolMonster
  • 2,258
  • 25
  • 50