andreamazz / AMScrollingNavbar

Scrollable UINavigationBar that follows the scrolling of a UIScrollView
MIT License
6.05k stars 633 forks source link

when i use panGesture go to pop viewController show bug for hidden navigation bar. #59

Closed xhzengAIB closed 10 years ago

xhzengAIB commented 10 years ago

Hi! @andreamazz look this picture: amscrollingnavbarbug

Jack

andreamazz commented 10 years ago

Hi @xhzengAIB Call showNavBarAnimated: in your viewWillDisappear method:

- (void)viewWillDisappear:(BOOL)animated
{
    [self showNavBarAnimated:NO];
}