ios - Is it possible to integrate camera into navigation controller? -


i want use camera in 1 of future projects. i'm wondering if possible have camera on normal view embedded navigation controller. or modal?

if possible how implement that?

don't think can push uiimagepickercontroller apple not allow stacking of navigation bars.check answer!

perhaps add subview

[self.view addsubview:self.imagepickercontroller.view]; 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -