PhotoViewer
PhotoViewer copied to clipboard
Quick PhotoViewer for the iPhone. Built upon our other reliable libraries: EGOImageLoading and EGOCache.
There's a definite stutter issue going on with photos that weren't viewed recently when you are scrolling between pages. I think its related to updating subview layouts mid scroll. If...
When viewing an image on the ipad, it would be nice if the action button would present from that toolbar item, rather than in the middle of the screen.
I use EGOPhotoViewer for my image local gallery. Number of images 152 and 1400x950px. I have problems with memory in device! Memory not release. I display one image 45mb +...
Hi, was wondering if this was anywhere on the roadmap? If not, any thoughts on how easy this would be to achieve? Thanks.
There doesn't seem to be a way to update a PhotoSource with a new photo; the internal array is immutable, so even subclassing doesn't help. For example: You have a...
- (id)initWithImageURL:(NSURL*)aURL delegate:(id)delegate { if((self = [super init])) { _imageURL = [aURL retain]; self.delegate = delegate; _responseData = [[NSMutableData alloc] init];
Number of issues: Scrolling images on the iPad in popOvers is completely broken. It may work if all images are the same size but won't currently work with the way...
As i integrated Photo viewer in my app. it is working fine in simulator But when we check it on Iphone device(3G) the app gets crash while uploading the pictures...
Hi, i dont know how to solve this Problem. I have a Tab- and Navigation Bar (inlcuded the Photovieweer). In the PhotoviewController i get a white line under the Navigation...
After swiping, the bars are hidden. Tapping once to show the bar does not show the caption.