camera - iphone how to go to the image gallery after taking photo through Xcode -
hi implementing following code take photo through application
[[[uiapplication sharedapplication] keywindow] setrootviewcontroller:picker]; picker.sourcetype = uiimagepickercontrollersourcetypecamera; [self presentmodalviewcontroller:picker animated:no];
can tel me how can go photo gallery after user takes photo , not return application.
i think might want try this
how open camera while click uibutton in iphone?
or didn't question
edit: can use same code uiimagepickercontrollersourcephotolibrary
after taking pic camera. mean call function uiimagepickercontrollersourcephotolibrary
take photo library , again application.
Comments
Post a Comment