Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

uiimagepickercontroller

  1. G

    iOS add GPS to video in savedPhotoAlbum

    When I take a video using UIImagePickerController and save it to SavedPhotosAlbum using ALAssetsLibrary *library = [[ALAssetsLibrary alloc] init]; [library writeVideoAtPathToSavedPhotosAlbum:(NSURL *)movieURL completionBlock:^(NSURL *assetURL, NSError *error){ if...
  2. G

    iOS getting creation date of video picked from photos library iOS

    I have an app that the user can either pick a video from device photos or take a video and then save it to the apps documents directory. I want to fill in some text fields with the creation date of the video. I can fill in current time and date when the video is taken but I want to get the...