Auto Layout and “Hide bottom bar when pushed”

后端 未结 10 1960
Happy的楠姐
Happy的楠姐 2021-01-30 12:54

My app\'s (simplified) structure is this:

UITabBarController with one UINavigationController holding a UITableViewController as ro

10条回答
  •  遇见更好的自我
    2021-01-30 13:56

    IF you can't select bottomlayoutguide bottom in your Xcode 7+

    just do the following: open your storyboard in source code editor

    search your controller's identifier

    find , type , copy it id

    search by id change attribute from top to bottom

    enjoy.

提交回复
热议问题