Question

I am making an app for showing an image gallery in iOS, and I came across two samples.

I want to know the differences between Three20 and EGOPhotoViewer. I mean both apps are developed by same developer (enormego).

  • Is it safe to use them for the app store, I mean it may not get rejected, and compatibility with iOS6?
  • Is there any advantage of using EGOPhotoViewer over Three20?
  • Is it worth to stick to Three20 for any important feature of cache, thread, etc.
  • In code both almost use the same classes and function with different names.
Was it helpful?

Solution

I would recommend against Three20 for 1 reason and 1 reason only: Three20 code is a bit messy and generally there are a lot of interdependencies with other Three20 classes, ones you might not need. It's sucks to include the whole Three20 library in your project just to use the photo browser. I'd like to keep things as simple as possible.

I've used the EGOPhotoViewer one in the past and while it generally worked fine, I did have some minor issues with it, which I sadly can't remember. Eventually I found a replacement in MWPhotoBrowser, so you might consider that one as well.

https://github.com/mwaterfall/MWPhotoBrowser

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top