开发者

how to access the image captured using takePicture

With takePicture, the camera captures an image (click), however I it does not call the imagePickerController:didFinishPickingMediaWithInfo: method. So how do we access开发者_开发知识库 the image?


Did you register as the delegate for the picker? Does your class implement UIImagePickerControllerDelegate? If you do both of these things the code should work. There are countless examples of this in the Apple documentation.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜