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

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? -