Questions tagged [alasset]

An ALAsset object represents a photo or a video managed by the Photo application.

214 questions
0
votes
2 answers

Video File thumbnail timestamp missing in ALAsset

hi i am getting all photos and videos thumbnails from ALAsset library.my code works fine i am getting photos and video thumbnail.but in video thumbnail missing Video icon and its time stamp. [assetImageView setImage:[UIImage…
Bad Boy
  • 628
  • 2
  • 5
  • 23
0
votes
1 answer

Possible ways to speed up reading from ALAssetsLibrary and populating a UITableView

Right now, I am using the ALAssetsLibrary to gather the photos from ALAssetsGroupSavedPhotos and ALAssetsGroupLibrary. Upon reading all the assets into an array, I populate my UITableView ([myTable reloadData]) to show the photos. I find that if…
kurisukun
  • 3,149
  • 5
  • 37
  • 69
-1
votes
2 answers

When Scroll UITableView it overlap the name iOS

When i scroll the tableview gives this type of overlapping I write the below code in CellForRow AtIndexPath method,I create tableview programatically... -(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath…
-2
votes
1 answer

Getting ALAsset object from camera

How can I get ALAsset object in - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info after making photo?
1 2 3
14
15