ios - limit UIImagePicker Camera View to a small part of screen -


i developing app uses uiimagepicker capture , save screen. following code launch camera.

uiimagepickercontroller *imgpickcontroller = [[uiimagepickercontroller alloc] init]; imgpickcontroller.sourcetype = uiimagepickercontrollersourcetypecamera; imgpickcontroller.delegate =self; imgpickcontroller.allowsediting=yes; [self presentmodalviewcontroller:imgpickcontroller animated:yes]; 

this launches camera in whole screen.

is there way show camera-view inside small subview on app-screen?? hope clear. thanks.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -