enormego / PhotoViewer

Quick PhotoViewer for the iPhone. Built upon our other reliable libraries: EGOImageLoading and EGOCache.
http://developers.enormego.com
659 stars 140 forks source link

EGOPhotoViewController isn't releasing completely (iPhone 5) #29

Open sidan5 opened 11 years ago

sidan5 commented 11 years ago

Using this on iPhone 5:

EGOPhotoViewController *photoController = [[EGOPhotoViewController alloc] initWithImageURLs:imageURLs];

[self.navigationController pushViewController:photoController animated:YES];

When I get back to the caller I can see the bottom bar... How should I solve this?