I am new developer on iphone. My problem is in iphone I want develop one application in that app I designed one user register form in that I provide some columns (userid, password, dob etc) in that I
I\'m building an app that can upload users\' photos to a webservice, and with very high resolution images, this can be both very slow and data intensive.I was wondering if there was a way to reduce th
I want to pick a video开发者_如何学编程 from iPhone for my application for uploading on the Web.
When using the front camera of the iPhone 4 to take a picture, the taken picture is mirrored compared with what you see on the iPhone screen. How may I restore the \"on screen\" view of the UIImage (n
i am selecting i开发者_开发百科mage from imagepickercontroller and diplaying in an imageview.however for images taken from the camera ,they always appear 90 left in the device.for the images i take in
im making an iphon开发者_运维技巧e app that is somewhat similar to fatbooth... Im trying to recreate the overlay image effect they have when you have to put your head in that certain area on the photo
I\'m having trouble with using a UIImagePickerController. Basically, though the picker is being displayed fine, the UIImagePickerController didFinishPickingMediaWithInfo method is refusing to be calle
UIImagePickerController, application exit when clicking cancel button on right top of photo album screen on selecting a image.
I am having a strange problem on some devices UIImagePickerController not firing delegate method didFinishPickingImage or didFinishPickingMediaWithInfo.
I have a transparent view with a rectangle drawn onto it using CoreGraphics. When the camera launches the custom overlay view is above the shutter animation.