I'm using the Three20 Photo Gallery and wondered if it's possible to have two different grid sizes in two different galleries. So in Gallery one I use the standard size (up to 4x4 thumbs) and in the other I only want a 2x2 gallery size. Is that possible and if yes how (I suppose subclassing comes into play)? I would really appreciate some code samples. Thanks a lot.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I did the same thing and my solution was like this 1, Extend TTThumbsDataSource and override
2, Extend TTThumbsTableViewCell and change the setting _thumbSize = 95 (your calculated size) in -(id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString*)identifier |
|||
|
|