views:

54

answers:

2

Hi all,

In my application, I'm using three20 library's photoViewController. The photos in photo detaildview are overlapping. Specifically, if there are three photos, 1st and 3rd look fine, but 2nd photo is overlapped by 1st.

Can anybody please help?

Thanx in advance.

A: 

I have similar issue.

disorderdev
A: 

Line 135 of TTPhotoView.m is self.contentMode = UIViewContentModeScaleAspectFill;

It should be self.contentMode = UIViewContentModeScaleAspectFit;