UITableView in UITableViewController behind navigation controller on initial load

我们两清 提交于 2019-12-01 12:14:28

looking at your other question, I'm wondering if it's the same issue with having the UITabBarController embedded within a UINavigationController. If that's the case, the Just to recap again, the controller hierarchy should be as follows:

First UINavigationController -> First UITableViewController Second UINavigationController -> Second UITableViewController Finally, both of the above UINavigationControllers added to the UITabBarController's viewControllers array.

Hope that helps!

Is the UITableViewController embedded in a UINavigationController in the storyboard? Do this, and you should be golden. Have you tried manually adjusting the top content offset (via the storyboard) to 44?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!