开发者

Sending the iphone camera captured images to the web service and getting response?

开发者 https://www.devze.com 2023-02-15 18:19 出处:网络
Hey guys I was wondering if anyone had some sample code for enabling the cam开发者_如何转开发era for the iphone. I want to be able to Send the captured image to webservice.Use UIImagePickerController

Hey guys I was wondering if anyone had some sample code for enabling the cam开发者_如何转开发era for the iphone. I want to be able to Send the captured image to webservice.


Use UIImagePickerController and its delegate method will help you to get the image from camera which you can use.

Reference http://developer.apple.com/library/ios/#documentation/uikit/reference/UIImagePickerController_Class/UIImagePickerController/UIImagePickerController.html

Pls refer this also

How to send images to a web service?

0

精彩评论

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