Giter VIP home page Giter VIP logo

Comments (11)

klinkert0728 avatar klinkert0728 commented on July 24, 2024

the pictures are reversed Sorry

from ios-slide-menu.

aryaxt avatar aryaxt commented on July 24, 2024

1- Which version are you using?
2- Do you assign action to edit button? in code? or storyboard?
3- Can you show the SlidaNavigationControllerDelegate methods you implemented?
4- Are you navigating between pages?

Will look into it tonight

from ios-slide-menu.

klinkert0728 avatar klinkert0728 commented on July 24, 2024
  1. I'm using this version from cocoacontrols pod 'iOS-Slide-Menu', '~> 1.4.0'
  2. I assing the action in code like thise :
  • (IBAction)EditCategoriesAction:(id)sender {

    [self performSegueWithIdentifier:@"changeCategories_Segue" sender:nil];

}

and then y connect the button with the action

  1. I only have this
  • (BOOL)slideNavigationControllerShouldDisplayLeftMenu{
    return YES;
    }

4)With the button i need to push a tableViewController

Thank you very much for your help

from ios-slide-menu.

aryaxt avatar aryaxt commented on July 24, 2024

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

from ios-slide-menu.

klinkert0728 avatar klinkert0728 commented on July 24, 2024

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

captura de pantalla 2014-05-20 a la s 6 00 17 pm

from ios-slide-menu.

aryaxt avatar aryaxt commented on July 24, 2024

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?

from ios-slide-menu.

klinkert0728 avatar klinkert0728 commented on July 24, 2024

ok thank you very much for your help, i will look what's happening with my code
thanks again

from ios-slide-menu.

mightymietz avatar mightymietz commented on July 24, 2024

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

from ios-slide-menu.

aryaxt avatar aryaxt commented on July 24, 2024

@D33Jay I haven't been able to reproduce. Would be great if you could provide a sample project

from ios-slide-menu.

aryaxt avatar aryaxt commented on July 24, 2024

Do you happen to use MBProgressHUD?
Calling hideHUDForView:self on MBProgressHUD removes subviews of UIWIndow which also includes the menu

from ios-slide-menu.

aryaxt avatar aryaxt commented on July 24, 2024

@klinkert0728 I'm guessing MBProgressHUD was the issue. Can you verify?

Thanks

from ios-slide-menu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.