wenzhaot / InstagramPhotoPicker

Present Image Picker like Instagram
MIT License
450 stars 71 forks source link

Wrap UINavigationController to the pickerView #12

Closed dreamgo closed 9 years ago

dreamgo commented 9 years ago

First, thanks for your awesome code. I tried to add UINavigationController to pickerView like this: TWPhotoPickerController photoPicker = [[TWPhotoPickerController alloc] init]; UINavigationController \ navigation = [[UINavigationController alloc] init];
[navigation pushViewController:photoPicker animated:YES];

however, it doesn't work. Nothing happens. Any idea?

Thanks.

dreamgo commented 9 years ago

The problem fixed by present to a navigationcontroller first. Thanks.