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
Post a Comment