-
Notifications
You must be signed in to change notification settings - Fork 359
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
The Slide Menu dissappear when I give an action to button in tableView #44
Comments
the pictures are reversed Sorry |
1- Which version are you using? Will look into it tonight |
} and then y connect the button with the action
4)With the button i need to push a tableViewController Thank you very much for your help |
Ok I see the problem now. Menu should be set per page, that gives you the flexibility to turn it on/off per page. Just implement the same slideNavigationControllerShouldDisplayLeftMenu method in your UITableViewContorller and return YES. Let me know if that resolved the issue |
I think i don't understand, let me explain you what i have, I have a tableViewController embebed in the SlideNavController, in this tableView i have implemented the slideNavigationControllerShouldDisplayLeftMenu and i return yes, until now everythinkg works great in the navigation bar appears the slidenavigationController Button and everything is ok, the problem is when i add this(see the picture) button and i ser an action for the button, then everything in the NavigationBar hides |
I tested this with the demo project, and it works just fine. It's hard to tell what's happening with your project without seeing the code. Here is a link to the demo I created: https://drive.google.com/file/d/0B0sI36Zy_z2WVHZsZGprS3daWUE/edit?usp=sharing Take a look at ProfileViewController, in storyboard there is a right-bar-button-item and it's linked to an IBAction that displays an alert and everything works fine. Does your navigation bar go blank after you click the button? or when that page initially loads? |
ok thank you very much for your help, i will look what's happening with my code |
Same here. If you connect an action to a navBarItem then everything in the navigationbar is hidden.This happens only on iOS 7!!! iOS8 works like a charm. Update: Only happens when you connect IBAction in storyboard. When you do it programmatically everything works fine |
@D33Jay I haven't been able to reproduce. Would be great if you could provide a sample project |
Do you happen to use MBProgressHUD? |
@klinkert0728 I'm guessing MBProgressHUD was the issue. Can you verify? Thanks |
EveryThing Works perfect but when I add an action to my button, everything dissappear
in my navigationBar. maybe you can help me.
this is the button with the action
this is the button without an action.
The text was updated successfully, but these errors were encountered: