Open danglade opened 9 years ago
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]; }
Same problem !
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.