Questions tagged [photolibrary]

176 questions
0
votes
1 answer

How to save an image in photolibrary after drawing a rectangle on imageview with the finger in iPad?

In my application I draw a rectangle on an image view with my finger. The rectangle is created by using the drawRect method and added on that image view. Now my issue is that I have to store that image along with those rectangles in photolibrary.…
Naresh
  • 1
  • 4
0
votes
1 answer

Current Image not being displayed in Photo Library using UIScrollview

I have to display images from the Photo Library using UIScrollview. Except the first image all the rest are not selected during runtime. To view them one has to scroll to the selected image. How do I view the image that I select instead of starting…
Tejeshwar
  • 7
  • 1
  • 4
0
votes
2 answers

how to get total count of photos from iphone photoLibrary.?

i want to get the count of photos in photoLibrary. Currently, i'am able to get the photoes from photoLibrary and add to myApp's Document directry ONE BY ONE. But what i want is, save all the photos from photoLibrary to Document directry of myApp ALL…
Vish_iOS
  • 280
  • 3
  • 17
0
votes
1 answer

How to delete a image in PhotosAlbum in iOS

In my iPhone application I am saving an image on Save button click, using the code UIImageWriteToSavedPhotosAlbum(previewImg.image, self, @selector(image:didFinishSavingWithError:contextInfo:), nil); So, is there any way to delete last saved image…
Mithun
  • 459
  • 1
  • 10
  • 32
0
votes
2 answers

how to save video programmatically on iPad1 iOS SDK

i have array of images and i converted them to movie video and now i want to now how to save that converted video to ipad. can i save that converted video to iPad photo library NSError *error = nil; AVAssetWriter *videoWriter = [[AVAssetWriter…
user1300511
  • 91
  • 2
  • 11
0
votes
1 answer

Custom PhotoLibrary, and jpeg compression

I have to create a custom photolib like the default one, with animation etc. I had some doubts.. 1. Doubt Should I create 3 images (Thumbnail image, 320*480 image to display full image and original size image in case user share the image) (I am…
H Bastan
  • 259
  • 1
  • 2
  • 11
-1
votes
3 answers

Get Photo from iPhone Photo library

I have create an iPhone application. I have a button in a view. In the button click i want to get the photo from iPhone photo library. And set this selected photo in the button. How can i do that. thanks in advance.
Harun Sagar
  • 63
  • 1
  • 8
-1
votes
1 answer

Create a photo booth from library to pick images

I'm new to xcode. I am trying to create a photo booth which appears at the bottom (as the one in the image) so that i can make multiple selections and view the result at the top. Any knows how this can be achieved?
Ricky Geng
  • 177
  • 1
  • 2
  • 10
-1
votes
2 answers

Where are the photos taken with my app stored?

Besides browsing the Photolibrary I've enabled the Camera to add a photo to my @IBAction func startCameraButtonTapped(sender: AnyObject) { let startCameraController = UIImagePickerController() startCameraController.delegate = self …
alex
  • 4,804
  • 14
  • 51
  • 86
-1
votes
2 answers

UIImagePickerController Delegate Warning - Incompatible type

I'm trying to link my photo library to display an image in the UIImageView which will allow me to add filters, but when you select the photo and hit 'Choose' the app crashes. Below is the code I'm using; - (IBAction)chooseImage:(id)sender…
-2
votes
1 answer

I want means, add UIToolbar on UIImagePickerController of SourceType PhotoLibrary

I want means, add UIToolbar on UIImagePickerController of SourceType PhotoLibrary. I tried use: [UIViewController presentViewController:UIImagePickerController completion:^{}]; One time was like successfully. But, PhotoLibrary's UINavigation Back…
1 2 3
11
12