Open black-lotus opened 8 years ago
I have a same problem too. It seems the AutoLayout is not working. At the moment, I use this method to update manually, hidingNavigationBarManagerDidUpdateScrollViewInsets
in HidingNavigationBarManagerDelegate
. I think it's bad practical. Does anyone have any solutions for this issue?
@danhhgl can you share your code for updating the constraints ?
I tried to hide navigation bar and tab bar, it's works but there is blank spot when navigation bar and tab bar is hidden. Does anyone solved it ?