Questions tagged [ttthumbsviewcontroller]

An iOS ViewController from the Three20 library.

TTThumbsViewController is a view controller for displaying a grid of photos. https://github.com/facebook/three20/blob/master/src/Three20UI/Headers/TTThumbsViewController.h

22 questions
0
votes
1 answer

UIButton moves up after going back from TTThumbsViewController

I have a UIViewController, which have a UIButton in it. The event I put in the UIButton is to load a new TTThumbsViewController PhotoThumbnail. PhotoThumbnail *photoThumbnail = [[PhotoThumbnail alloc] initWithNibName:@"PhotoThumbnail" bundle:nil]; …
0
votes
1 answer

Problems in TTTableview class using Three20 in iPhone?

Now I am using Three20 in my apps. I have a problem, when I run the application with MainWindow.xib, the TTTableview class isn't called. But without MainWindow.xib it would call the TTTableview class. I don't know why it's happening. Please help me…
CNSivakumar
  • 1,043
  • 2
  • 10
  • 13
0
votes
1 answer

Three20 TTThumbsViewController Straight to FullScreen

how can I skip the thumbnail images, and go straight to the Fullscreen mode of the Image viewer included within the Three20 Framework.
David van Dugteren
  • 3,879
  • 9
  • 33
  • 48
0
votes
1 answer

How to get Rows updated automatically?

HI all, I have made my custom Data Model, custom Data Source and a TTTableViewController which uses my data source, now in data model there we are mentaining the array, if something changes in the datamodel, ui should auto reflect those change, how…
Ansari
  • 1,907
  • 2
  • 23
  • 34
0
votes
1 answer

Three20 add TTThumbsViewController via presentModalViewController?

I have a regular old iPhone app that has a main view controller that is loaded from a nib. I have a uibutton tied to an ibaction and when that is clicked I want to display a TTThumbsViewController. Is there a way to do that without adding a launcher…
Matt Williamson
  • 39,165
  • 10
  • 64
  • 72
0
votes
1 answer

how to remove bottom gray bar from Three20's TTThumbsViewConroller?

I'm using Three20 for a viewing Thumbnails of Pictures in an album. everything works fine but i'm not able to remove the Gray bar at the bottom of the Navigation Bar. Anyone who knows how to remove this bar?
0
votes
2 answers

Three20 TTThumbviewcontroller paging Load more link doesn't add more rows

I am struggling since few days to make this work. I got the Load More link for loading more thumbnails and when I select the link it loads additional records and datasource is updated accordingly. However it doesn't add additional rows and update…
Davin
  • 105
  • 12
1
2