enormego / PhotoViewer

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

Any plans to support 3.1.3 #10

Open brynjar opened 13 years ago

brynjar commented 13 years ago

Hi,

was wondering if this was anywhere on the roadmap? If not, any thoughts on how easy this would be to achieve?

Thanks.

devindoty commented 13 years ago

Minimum OS is 3.2, however most of the checks for 3.x are already there, and it shouldn't be too difficult at all to get up and running.

hatembr commented 13 years ago

I got it running on 3.1.2 In EGOPhotoImageView.m Line 92 , I commented the Gesture stuff

Then when attaching the nav controller, I disabled this : navController.modalPresentationStyle = UIModalPresentationFullScreen;

I don't know what impact it wil have yet, I didn't test it very well, but it seems to be working nicely.