您的位置:首页 > 移动开发 > IOS开发

iOS7 table view embedded in tab bar doesn't display last cell

2014-03-14 13:53 453 查看
http://stackoverflow.com/questions/19032458/ios7-table-view-embedded-in-tab-bar-doesnt-display-last-cell

In my storyboard, I have a View controller (embedded in a navigation controller). Inside the view controller I have a tab bar controller, and inside a tab a table view controller. My problem is that the last row of the table view goes "under" the tab bar of
the tab bar controller. This didn't happen if i build my app for iOS 6.

How can I solve this? Thank you!

self.tabBar.translucent = NO;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: