Does not work with Navigation Controller setBarHidden:YES
danglade opened this issue · 1 comments
danglade commented
Hello,
After triying this, it seems that it does not support when the navigation controller it set to hidden. Would love to try this but only will work form me if you could add this feature.
(void)viewWillAppear:(BOOL)animated
{
[super viewWillAppear:YES];
[self.navigationController setNavigationBarHidden:YES animated:YES];
}
elanchou commented
Same problem !