Auto Layout and “Hide bottom bar when pushed”

后端 未结 10 2094
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:54

    set UINavigationBar Translucent with NO.

    like this: self.navigationController.navigationBar.translucent = NO;

提交回复
热议问题