2
votes
0answers
18 views

Non Retina Ipad having blur issue when trying to get Thumbnail from Asset

I am having an application in which i need thumbnail of the image of asset i have selected from the gallery. So wrote the following code for getting the thumbnail, it works fine in IPAD retina but ...
0
votes
1answer
68 views

Open Source Asset Management or File Server

I'm looking for a simple tool that would allow users to update and tag assets. THen search/browse for assets and view the assets in the search results. I have lots of files, i.e. logos, buttons, ...
0
votes
1answer
126 views

Getting Lat-Long values from video captured by iphone native camera

I am working on one task in which I want to know that if a video or image stored in iphone photo gallery has lat-long values or not? I am done with images by using ALAssetsLibrary. My Implementation ...
1
vote
1answer
1k views

ALAssetsLibrary delete ALAssetsGroup / ALAsset

I have created "photos album" from my App, using IOS AssetsLibrary. Reading ALAssetsLibrary,ALAssetsGroup and ALAsset documentations, i have seen methods to "addAsset","addAssetsGroupAlbumWithName". ...
0
votes
1answer
963 views

How to get exif information from ALAsset?

I need to get exif information from selected asset and to display part of it on the screen.