Code Monkey home page Code Monkey logo

Comments (12)

jonkykong avatar jonkykong commented on May 17, 2024 2

Please run pod update from the directory containing your .podspec file. This error will be handled in the latest version of SideMenu, which is currently 1.1.7.

The root of your problem is that you are attempting to change the SideMenu while it is actively presented. You should only be setting the SideMenus once, and that code should not be called again.

from sidemenu.

NuelNikhil avatar NuelNikhil commented on May 17, 2024

okay @jonkykong Thank you... let me update it to the new version... and that was a quick response ... :)

from sidemenu.

NuelNikhil avatar NuelNikhil commented on May 17, 2024

one doubt... @jonkykong You mentioned about calling a method once... Did you meanSetting SideMenu once... if so Should I call it in Applegate file ???

from sidemenu.

jonkykong avatar jonkykong commented on May 17, 2024

You can call it in the AppDelegate, or inside viewDidLoad of your initial screen. In most cases viewDidLoad won't be called again, but that can depend on how your app is built.

from sidemenu.

NuelNikhil avatar NuelNikhil commented on May 17, 2024

Again ... that was a fast response and to the matter if I Called it in the initial Screen will it work with the other screens too ??? I mean I got a few items in the menu like Home , Profile , LogOut etc let's say Home Screen is the Initial Screen from which we calls the Sidemen and the Menu is Shown... I need to navigate to profile Screen from the SideMenu and I need the Profile Screen too to have the SideMenu Functionality... Can I get the Functionality in every Screen if I called it in the Initial Screen ??? Or Should I Call it i the AppDelegate file ??? :)

from sidemenu.

jonkykong avatar jonkykong commented on May 17, 2024

It's designed to be setup once for all screens. I'd suggest you try playing around with it to see what you can get working.

from sidemenu.

NuelNikhil avatar NuelNikhil commented on May 17, 2024

👍 let me try ...

from sidemenu.

NuelNikhil avatar NuelNikhil commented on May 17, 2024

Somehow managed to make things work.... Closing this... 👍

from sidemenu.

NuelNikhil avatar NuelNikhil commented on May 17, 2024

@jonkykong May I know Why this message in the console "SideMenu Warning: menuLeftNavigationController cannot be modified while it's presented."

from sidemenu.

jonkykong avatar jonkykong commented on May 17, 2024

Because you're attempting to change the side menu while it's presented. Put a breakpoint in where you set the side menu to figure out when it's getting set again.

from sidemenu.

NuelNikhil avatar NuelNikhil commented on May 17, 2024

Sure....

from sidemenu.

agravatvivek avatar agravatvivek commented on May 17, 2024

Do I need to set the menu in all ViewControllers using segue or there is any other way to perform it ?
Can I do it in single ViewController and carrys on to next one ?
Can I set menu Programetically ?
screen shot 2016-08-30 at 6 47 30 pm

from sidemenu.

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.