0

Is it possible to load the last photo from camera roll to UIImageView without using a UIImagepicker?

I mean retrieve the path to the file or something like that.

Thankz :D

Shaggy Frog
  • 27,575
  • 16
  • 91
  • 128
user448986
  • 25
  • 5

1 Answers1

0

You should be able to do this by using the new AVFoundation framework. You may want to take a look at the WWDC 2010 session videos discussing the framework and the related source code.

Massimo Cafaro
  • 25,429
  • 15
  • 79
  • 93