I'm working on iOS app with slidenavigationcontroller, I integrated the viewcontroller for the side menu and everything works fine.But the navigationbar background color not changing.The code I used to set background color for navigation bar background.
[SlideNavigationController sharedInstance].navigationBar.backgroundColor = [UIColor redColor];
It shows color as hidden as below
What I'm doing wrong ?Is there any specific way for slidenavigationcontroller.Please anybody help to fix this.Thanks