View being blocked by UITransitionView after being presented

后端 未结 6 708
心在旅途
心在旅途 2020-12-28 16:07

I have a side navigation controller and present it via a UIButton. When I make this NC the root view controller directly by [self presentviewcontroller: NC animated: Y

6条回答
  •  醉酒成梦
    2020-12-28 16:34

    I was facing the same issue, and this solved issue for me,

    navigationController.setNavigationBarHidden(true, animated: false)

    This worked for me as I am having custom view as navigation bar in view controllers.

提交回复
热议问题