Search code examples
iphonethree20ttphotoviewcontroller

Three20: import only TTPhotoViewController


I've an Xcode project that use Three20 Library for iPhone apps, but I use only TTPhotoViewController! It's possible to import only this features? My app before Three20 was 430 KB, now it's 2,4 MB :'( thx in advance!


Solution

  • Yeah. Forget Three20. It might have been a more viable solution had it been broken out into separate components as you're suggesting, but alas, it was not.

    Try this: https://github.com/kirbyt/KTPhotoBrowser

    Best regards.