Auto Layout and “Hide bottom bar when pushed”

后端 未结 10 1964
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:40

    The accepted answer did not work for me (the option was not available). However I have found another solution. (based on Hide Bottom Bar When Pushed through Autolayout)

    Select booth the view and the object to align (in my case btnShare) and add a new alignment constraint (Bottom Edges).

提交回复
热议问题