PhotoViewer icon indicating copy to clipboard operation
PhotoViewer copied to clipboard

Quick PhotoViewer for the iPhone. Built upon our other reliable libraries: EGOImageLoading and EGOCache.

Results 33 PhotoViewer issues
Sort by recently updated
recently updated
newest added

Hi all, I need to customize caption view. Is it possible? Thanks

I integrated PhotoViewer in my app but I have navigation bar problem. PhotoViewer Controller opened from different my custom controller. In many scenarious, Photo Viewer open with trasparent navigation bar....

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...

Im currently testing my apps on iOS 5 and see a problem when using the EGOPhotoViewer in landscape mode. The swiping between photos does not work anymore in landscape. All...

EGOPhotoViewController's shouldAutorotateToInterfaceOrientation gets called and returns YES, but none of the other rotation-related methods (including willRotateToInterfaceOrientation) gets called. This could be an iOS SDK problem, but it's a pretty major...

the keyForURL method returns the hash of the URL description string, which is probably a bad choice. I found examples of URL descriptions that were different but returned the same...

Tracing through the code now, but I suspect this has to do with new rotation logic in IOS 6 ... ? I'm crossing my fingers regarding how this will rotate...

I'm trying to use your viewer in a iOS 5 project using Xcode 4.2. Do you have a guide of how to use your framework in never versions? Please check...

Done button doesn't work.. Can't escape out from the [email/copy/save] dialog.. As well when only 1 photo in the source, the viewer open differently..

(Trying not to be an ass about this, just a request) I'm not sure if you have the code lying about, but I'd love to have your implementation of PVThumbView.