coolbeet/CBStoreHouseRefreshControl

Does not work with Navigation Controller setBarHidden:YES

danglade opened this issue · 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];
}

Same problem !