Kiavor
Kiavor

Reputation: 474

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!

Upvotes: 1

Views: 871

Answers (2)

Matt Long
Matt Long

Reputation: 24476

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.

Upvotes: 2

meronix
meronix

Reputation: 6176

you may take a look at this then, it's just an essential photo-gallery, easier to install and use:

mwaterfall-MWPhotoBrowser

Upvotes: 1

Related Questions