PhotoViewer icon indicating copy to clipboard operation
PhotoViewer copied to clipboard

EGOPhotoViewController isn't releasing completely (iPhone 5)

Open sidan5 opened this issue 11 years ago • 0 comments

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?

sidan5 avatar Jun 15 '13 19:06 sidan5