Created 3 tab bar items, which are tableViewController, from a tabBarController. However, the scroll in each of those tableViewControllers is behaving weird. Issues noted are:
1) In Portrait Mode for all the tab items, scroll view does not show up until the last cell (out of 30, only 24 cells are showing up), and scroll bar shows it reached the end of page.
2) In Landscape Mode, all the cells, including the last cell is showing up with the scroll. But, the Last cell is getting hidden behind the scroll.
3) Once I turn to Portrait Mode, I am again able to scroll till the last cell with last cell getting hidden behind the tab bar.
Please let me know the fixes.