iPhone:Notification when picture/video taken
I know how to access photo album usi开发者_StackOverflow中文版ng UIImagePickerController, UIImagePickerControllerSourceTypePhotoLibrary on iPhone development. But i want my application to get notified whenever there is any photo or video taken using built-in camera by user. How can i achieve this functionality on iPhone development? Please advise.
Thank you.
It is not possible to be notified of these events.
If you were to start the camera/video recording from within your app then you would know when the user had finished taking the picture.
精彩评论