Tagged Questions
1
vote
2answers
593 views
Convert UIImage to NSData without using UIImagePngrepresentation or UIImageJpegRepresentation
I Need to convert UIImage to NSData but without using UIImagePngRepresentation or UIImageJpegRepresentation, for images from photolib i can use assetlib method as mentioned here Using ALAssetsLibrary ...
0
votes
0answers
212 views
newsstand: abandoned asset downloads still downloading
I'm making a newsstand app, I have many download assets per issue to download. "issues" is a NSArray* requested from the server.
I start downloading with iterating through all the assets like this in ...
0
votes
1answer
182 views
Is there any way to get a photo' path in photoLibrary?
first of all ,forgive my poor english.
this is the first time I post my question.
Question:
I accessed the AssetsLibrary, got the assets(some pics),then I stored them into
a NSArray, ...
3
votes
2answers
2k views
cell imageView in UITableView doesn't appear until selected
Here is a video of the problem: http://youtu.be/Jid0PO2HgcU
I have a problem when trying to set the image for the [cell imageView] in a UITableView from the asset library.
The image is loaded but ...
2
votes
0answers
319 views
iOS Progressive asset (or asset bundle) loading after app launch
I'm looking to add more gradual/progressive asset loading to my iOS app, a bit like ZeptoLab do for Cut the Rope. I want to reduce the time the user spends on the static Default.png while the app ...
1
vote
0answers
247 views
How do I remove old assets during an update?
To make a long story short, we have released an app that has hundreds of images stored in the application bundle. The file structure for the images is something like:
...
4
votes
2answers
10k views
Load an image to UIImage from a file path to the asset library
Related to my previous question here.
I have a path to an image in the asset library , for example:
assets-library://asset/asset.JPG?id=1000000001&ext=JPG
Now, how could I load the image from ...
10
votes
3answers
10k views
How to make an iOS asset bundle?
I saw a custom asset bundle in an iOS project I evaluated, so at least I know it's possible.
My issue is that I'm using a CATiledLayer with about 22,000 tiles for a given image and it takes a very ...
