Code Monkey home page Code Monkey logo

Comments (2)

jverkoey avatar jverkoey commented on July 21, 2024

Is this still an issue?

from ios-framework.

ItayDag avatar ItayDag commented on July 21, 2024

unfortunately its still is,
The only work around I found (which you cant exactly call a work around ) is not using the .bundle and to import a folder with my resources directly to the third-party project with my own global prefix to all the resources. (Well its much more nicer to use a .bundle I agree - but I am starting to think since you are not really hiding your resources from your users, why shouldn't you just upload it as a folder ? )

When I did it this way it worked good and all images were stretched as they should.

So to conclude :

  1. When I used the ".bundle" as you wrote in the guide I needed to change all the resources's names that had postfix of "[email protected]" to "....png" caused it didn't found them in the bundle otherwise
  2. After removing all @2x postfix all most images were shown badly on the device (was mostly seen when using stretching but not only )

I was reading that when loading high res images in ios4 it is automatically look for a resource with @2x postfix in its name, this way you can support the old 3Gs devices (holding 2 sets of images)
Maybe when loading from bundle which is not the main bundle somehow skip this system stage of recognizing the @2x
name.
I will keep working on it and tell you if I came up with something,

You really helped me with this guide and I would love if you can tell me how can I contribute to your work (if I can)

Cheers

from ios-framework.

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.