ttphotoviewcontroller

TTPhotoViewController thumbnails rotate but images don't

I have PhotoTest1Controller very similiar to the one in Three20 samples. I implemented necessary shouldRotate methods in necessary places in UITabBarController and UINavController derived classes as well as the table that contains PhotoTest1Controller. A funny thing is happening, when in thumbnail mode, the view rotates properly, but wh...

Problem with Three20 TTPhotoViewController

Hi there, I am not sure if this is the right place to ask or report this... but i hope someone here can help me out with the following problem I'm currently creating an app which offers several functionalities. anyways it also includes the TTPhotoViewController which Three20 offers. Well this controller is absolutely awesome but i'm ha...

TTPhotoViewController: How to show small images

Hi, I posted this question on Three20 google group but did not get any response. So I thought I try this forum. I am using TTPhotoViewController to display photos. I am following sample code given in Three20 sample project: TTCatalog/PhotoTest1Controller.m. In my case some of the images are less than (320,480). The problem which I am f...

Extend TTPhotoViewController with custom TTPhotoView

I have successfully integrated the three20 framework in my project, and I have extended the TTPhotoViewController to add some further functionality. Now I need to add some subviews to the TTPhotoView loaded by the TTPhotoViewController. In particular I would like to add that subviews after every TTPhotoView as been loaded. These subview...

Three20 setting thumbnail photo size

Hi all, Three20's photo aplication sets the photo size of the photos which are expanded from thumbnail photos. I want to resize the bigger image into thumbnail size keeping the aspect ratio same. But there seems to be no delegate method to do the same. How to set the size of the thumbnail photos? I'm getting this exception TTDASSERT...

TTPhotoViewController: Images not loading until swipe

Hi, I am trying to implement TTPhotoViewController in a sample iPad application. I have implemented properly TTPhotoSource and TTPhoto protocols. The TTPhotoViewController does show image, but not until swiped. The right and left button in the tab bar below doesnt seem to work at all, they never change the image displayed. The UIActivi...

How to get TTPhotoViewController to display a UIImage?

I have a UIImage that I want to display with TTPhotoViewController, but TTPhotoViewController does not take a UIImage as an argument. It does take a TTPhoto as an argument, so I'm wondering if there is a way to convert a UIImage to a TTPhoto or if there is any other way to get the TTPhotoViewController to display my UIImage other than se...

image size issue with three20 photo browser ?

Hello guys, I face following problem with three20 photobrowser app : 1: Some time images are of cutoff the screen 320x480, so that image are not fit in view and some what in left and right side.when you zoom in than you can see the exact image. 2: How to set default image to another thumbnail image ? Did any one modified the code fo...

Image overlapping in photo viewer on three20 framework ?

Hello Guys, I just integrated the photo viewer from three20 framework. Its working fine but some time images are overlapping, that ia happening only for thumnail image while original image is perfectly loaded. Till the original image loaded , at that point of time images are overlapping. Did any one face this problem and have any solu...

How do I pop a TTPhotoViewController?

Hey guys... I'm stuck trying to pop a TTPhotoViewController from three20. At first it did not come with a back button, but I have now implemented it and tried to pop the view with no luck. Here's a snippet of my code: Button (this works) -- self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:TTLocalizedStrin...

images are zoom in for landscape mode in three20 ?

Hello Guys, I integrated three20 photo viewer in my application. But when i going in landscape mode image are zoom out and cut off the screen. When zoom in than i can see the actual image. i am explicitely setting the Orientation for TTScrollView. Is any way to out this problem ? Thanks ...

Three20 TTPhotoViewController detailedView photo overlap problem

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. ...

How to change navigation bar color in TTPhotoviewcontroller using Three20 in iPhone

Hi friends, I want to change the navigation color in the TTPhotoviewcontroller using Three20.I have changed the color in the TTPhotoviewcontroller, but the image is doesn't set in that view. If i changed the color, the navigation bar occupies some place and image is not set to the full view. In TTPhotoViewController.m, - (id)in...