Closed khawarnxb closed 10 years ago
You would need to have an existing NavigationController , and then things might start to get confused, as the ELCImagePickerController is a subclass of a NavigationController as well. I have not tested trying to do something like that, but you would try just the [self.navigationController pushViewController:imagePicker];
How to push it in navigationController instead of PresentViewController?