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:
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
Post a Comment