0

On iPhone's built-in Camera application (OS 3.1), touching the shutter button shows an iris animation, then displays the image that was taken for a second or so before animating it away.

Is anyone aware of a simple way to get this "brief pause" activity? Or do I have to resort to manually adding the image as part of my custom cameraOverlayView?

Bonus points for the iris animation too (without interfering with said custom overlay).

Kevin L.
  • 4,548
  • 7
  • 39
  • 54

2 Answers2

1

Ultimately, I ended up using UIGetScreenImage() (which is now officially blessed for use by Apple) and pushing that image to a previously hidden UIImageView.

Meh.

Kevin L.
  • 4,548
  • 7
  • 39
  • 54
0

did you try releasing the ImagePickerController after your code be done?

iwcoder
  • 144
  • 6