views:

316

answers:

1

I'm using the Three20 library to display a photo gallery in my iphone app but the images are getting cut off when I click on them. Where do I specify in my Three20 lib (or preferably in my call to Three20) what the image dimensions should be?

A: 

The problem turned out to be the xml feed. It was missing the width and height and once I added it in then Three20 was able to scale the image with the correct dimensions.

Miriam Raphael Roberts