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 -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -