B-Sides / ELCImagePickerController

A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection
http://www.icodeblog.com
1.65k stars 469 forks source link

PushViewController? #74

Closed khawarnxb closed 10 years ago

khawarnxb commented 10 years ago

How to push it in navigationController instead of PresentViewController?

jvanmetre commented 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];