-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't show navigation bar item of main screen in slide menu like this plese give suggition #5
Comments
The default controller that side bar is added is rootViewController. [UIApplication sharedApplication].keyWindow.rootViewController So, add the side bar to the ViewController that you want to add, for example "self". [self.sideBar showInViewController:self animated:YES]; |
Thank you sir ... |
Sorry for late to reply. I released version 1.0.2. So you can install by cocoapods. This is a sample to use the new API. [self.sideBar handlePanGestureToShow:recognizer inViewController:self]; |
Thank you... |
how to move page to "MENU 1"? |
How to access the sidebar i added in viewcontroller - A, in viewcontroller - B. Do i need to write all the tableview delegate & datasource method again if i need sidebar in viewcontroller - B |
The text was updated successfully, but these errors were encountered: