开发者

iPhone:Notification when picture/video taken

开发者 https://www.devze.com 2023-02-16 19:21 出处:网络
I know how to access photo album usi开发者_StackOverflow中文版ng UIImagePickerController, UIImagePickerControllerSourceTypePhotoLibrary on iPhone development. But i want my application to get notified

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消