CBStoreHouseRefreshControl icon indicating copy to clipboard operation
CBStoreHouseRefreshControl copied to clipboard

Does not work with Navigation Controller setBarHidden:YES

Open danglade opened this issue 9 years ago • 1 comments

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];
}

danglade avatar Oct 14 '15 19:10 danglade

Same problem !

elanchou avatar Apr 05 '16 04:04 elanchou