Git Product home page Git Product logo

Comments (5)

jwilling avatar jwilling commented on August 16, 2024

There is a well-known problem with renderInContext: on the iPad 3 being incredibly slow. Unfortunately this can't be fixed due to the fact that the iPad 3 has such a huge screen it's trying to render into an image. Until Apple optimizes this function there really is no way I can make it any faster.

If you know of a workaround for the iPad 3, please let me know and I'll be glad to update it.

from jwfolders.

ibrahimadnan avatar ibrahimadnan commented on August 16, 2024

I tried the following, copying the content(Image views) of the grid view on the top and bottom view respectively. This has much better performance but is a little slow. Im not sure what is causing the delay when opening folders.

from jwfolders.

jwilling avatar jwilling commented on August 16, 2024

Well I actually do know, and I mentioned the cause above. In the -screenshot category I'm calling renderInContext: to render the layer tree down into an image. Because the iPad 3 has more than 4 times the pixels of the iPad 2, you're going to see a huge amount of speed decrease when it tries to grab the screenshot. There's really no way around this.

from jwfolders.

ibrahimadnan avatar ibrahimadnan commented on August 16, 2024

No i have removed the screen shot code, and just copying the views when opening the folder.

from jwfolders.

jwilling avatar jwilling commented on August 16, 2024

There's nothing I can do about this. If you want a faster way to take screenshots, please file a radar with Apple.

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.