¡@

Home 

2014/10/15 ¤U¤È 10:12:35

iphone Programming Glossary: picker.cameraviewtransform

configuring frame size of UIImagePickerController

http://stackoverflow.com/questions/10164581/configuring-frame-size-of-uiimagepickercontroller

picker.showsCameraControls NO picker.cameraDevice UIImagePickerControllerCameraDeviceFront picker.cameraViewTransform CGAffineTransformScale picker.cameraViewTransform CAMERA_TRANSFORM_X CAMERA_TRANSFORM_Y self presentModalViewController.. NO picker.cameraDevice UIImagePickerControllerCameraDeviceFront picker.cameraViewTransform CGAffineTransformScale picker.cameraViewTransform CAMERA_TRANSFORM_X CAMERA_TRANSFORM_Y self presentModalViewController picker animated YES super viewDidAppear YES I could..

Scaled live iPhone Camera view in center, “CGAffineTransformTranslate” not working

http://stackoverflow.com/questions/2042306/scaled-live-iphone-camera-view-in-center-cgaffinetransformtranslate-not-worki

help me with that. I wanted to resize the live camera view and place it in the center using the following code below picker.cameraViewTransform CGAffineTransformScale picker.cameraViewTransform 0.5 0.56206 picker.cameraViewTransform CGAffineTransformTranslate picker.cameraViewTransform.. view and place it in the center using the following code below picker.cameraViewTransform CGAffineTransformScale picker.cameraViewTransform 0.5 0.56206 picker.cameraViewTransform CGAffineTransformTranslate picker.cameraViewTransform 80 120 But all I got was a.. the following code below picker.cameraViewTransform CGAffineTransformScale picker.cameraViewTransform 0.5 0.56206 picker.cameraViewTransform CGAffineTransformTranslate picker.cameraViewTransform 80 120 But all I got was a scaled 1 2 sized view on the top left of..