Git Product home page Git Product logo

Comments (2)

jwilling avatar jwilling commented on July 17, 2024

Okay, there are some things that can go wrong here.

First of all, are you able to show me the settings you've used to set up the folder? It appears to be that you have enabled both transparentPane and showsNotch to YES, which you cannot do, since the notch must have the pane opaque.

Your other problem is that you're changing the content of the view while the folder is presented, which will not work. Here's why: if you look at the code, JWFolders captures an image representation of the view currently open. This is the only way to generalize this effect for use in a wide variety of applications, but it does have the downside of being static. So if you mess with the view while the folder is presented (in your case you're scrolling) it will appear to jump as soon as the folder closes, since you're going from the original view state to the updated view state.

So to fix the jumping issue you're going to have to leave the original view alone. If this is impossible, then I think you're going to have to create a custom collection view layout that provides this functionality.

Let me know if you're still running into an issue with it, and if you are can you provide the setup code for the folder? Thanks!

from jwfolders.

dschneller avatar dschneller commented on July 17, 2024

Sorry for being back late. However, I have solved the problem differently now, using two embedded view controllers in a parent container VC. The attempt based on JWFolders was just not workable on an iPad3 from a performance point of view, because the folder would cover almost the whole screen. Thanks for your support anyway :)

from jwfolders.

Related Issues (18)

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.