Git Product home page Git Product logo

Comments (11)

romaonthego avatar romaonthego commented on June 24, 2024

I can't reproduce this in the example project. However I noticed that it happens when you switch content view controller before calling hideMenuViewController, you can try wrapping it in dispatch_async/dispatch_after so it will be called on the next run loop.

from residemenu.

ankurp avatar ankurp commented on June 24, 2024

Yes it happens when switching content view controller before the hideMenuViewController is called. Will try out this fix. Thanks

from residemenu.

romaonthego avatar romaonthego commented on June 24, 2024

I just pushed out version 3.2.1, it should be fixed there.

from residemenu.

redbug avatar redbug commented on June 24, 2024

I have the same issue as ankurp mentioned even after upgrading to version 3.2.1

from residemenu.

romaonthego avatar romaonthego commented on June 24, 2024

3.2.1 should have fixed it. Tell me about your setup and when exactly this is happening.

from residemenu.

redbug avatar redbug commented on June 24, 2024

I setup up RESideMenu 3.2.1 through cocoapods, and I can reproduce this issue every time if I do the same operations as ankurp described. It works fine after I remove all beginAppearanceTransition: and endAppearanceTransition: statements in RESideMenu.m file.

from residemenu.

romaonthego avatar romaonthego commented on June 24, 2024

I can't reproduce this in the example project. What changes did you make?

from residemenu.

redbug avatar redbug commented on June 24, 2024

In the Storyboards example project, you can simply add a button on the FirstViewController's view and create a push segue to connect the button and a new view controller like this.
screenshot 2013-11-01 01 34 29

Then, you can reproduce the issue when you follow ankurp's description, and you can see following error logs are dumped in debug console

2013-11-01 01:33:20.012 RESideMenuStoryboardsExample[3060:60b] Unbalanced calls to begin/end appearance transitions for <DEMOFirstViewController: 0x15d8b200>.
2013-11-01 01:33:23.943 RESideMenuStoryboardsExample[3060:60b] Unbalanced calls to begin/end appearance transitions for <UIViewController: 0x15e5dd60>.

from residemenu.

romaonthego avatar romaonthego commented on June 24, 2024

Please try version 3.2.2 and let me know if it works, I removed transition events that were messing things up.

from residemenu.

redbug avatar redbug commented on June 24, 2024

I tried version 3.2.2. and it works fine for me. Thanks for your help. 👍

from residemenu.

romaonthego avatar romaonthego commented on June 24, 2024

Great, thanks!

from residemenu.

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.