Which one is a better iOS Photo Viewer: Three20 or EGOPhotoViewer [closed]

拜拜、爱过 提交于 2019-12-21 21:42:22

问题


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.

回答1:


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



来源:https://stackoverflow.com/questions/13269740/which-one-is-a-better-ios-photo-viewer-three20-or-egophotoviewer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!