I implemented the storyboard method of AKSideMenu. The problem I am facing is that the navigation bar changes to white and without back button. Whereas, it is fine with FirstControllerView.
It all happens when I set the animation to true, as:
The other view controllers doesn't push if animation is set to false but the FirstViewController.
The normal background color for the navigation bar is maroon. It becomes white when push to other controllers other than FirstViewController.
The following is the normal navigation bar.
This is the view after selecting another view. Also, notice there is no back button.
The bottomline is that: - Navigation doesn't work if animation is set to false - Navigation bar Background color is changes to white and without back button.
So, how to make it work with animation set to true with the original navigation bar behavior?
I implemented the storyboard method of AKSideMenu. The problem I am facing is that the navigation bar changes to white and without back button. Whereas, it is fine with FirstControllerView.
It all happens when I set the animation to true, as:
The other view controllers doesn't push if animation is set to
false
but the FirstViewController.The normal background color for the navigation bar is maroon. It becomes white when push to other controllers other than FirstViewController.
The following is the normal navigation bar.
This is the view after selecting another view. Also, notice there is no back button.
The bottomline is that: - Navigation doesn't work if animation is set to false - Navigation bar Background color is changes to white and without back button.
So, how to make it work with animation set to true with the original navigation bar behavior?