iphone - Very odd UIImagePickerController behavior (Pic attached) -


i've been totally unable bottom of this. capturing camera image. preview image looks image below?

the resulting captured image fine. it's preview appears image below?

that's image there in middle..... tiny... ?

screenshot of issue:

http://i445.photobucket.com/albums/qq172/kilobytedump/photo-2.png

anyone have idea?

the code using:

//open camera view uiimagepickercontroller *picker = [[uiimagepickercontroller alloc] init]; picker.sourcetype = uiimagepickercontrollersourcetypecamera; picker.allowsediting = yes; picker.delegate = self; picker.modaltransitionstyle = uimodaltransitionstylefliphorizontal; [self presentmodalviewcontroller:picker animated:yes]; [picker release]; 

thanks help.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -