Questions tagged [ttphotoviewcontroller]
31 questions
5
votes
3 answers
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…

ggould75
- 880
- 2
- 14
- 23
4
votes
2 answers
Problem with Three20 TTPhotoViewController
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…

Coppes
- 41
- 4
3
votes
2 answers
TTPhotoViewController get current center image?
Is there a way to get a current image to an object of UIImage? I have tried casting TTPhoto to UIImage, but it doesn't work.

Saleh
- 380
- 3
- 19
3
votes
3 answers
TTPhotoViewController: deactivate gallery auto zoom
In my project, I use the Facebook API "three20": https://github.com/facebook/three20/
Now, I need to customize the TTPhotoViewController.
In the gallery, there's an "auto zoom". The complete width and height are always used:
The disadvantage is…

Manni
- 11,108
- 15
- 49
- 67
3
votes
4 answers
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…

Erik B
- 40,889
- 25
- 119
- 135
3
votes
3 answers
TTPhotoViewController: Images not loading until swipe
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…

Raj Pawan Gumdal
- 7,390
- 10
- 60
- 92
3
votes
0 answers
TTPhotoViewController ignores image orientation (mirror)
I have a problem I am using three20 in my project and I am Using TTThumbnailViewController and TTPhotoViewController and I am loading bunch of photos and bunch of them is just mirror copy of the ones already loaded. (I just change the…

Dominoo
- 108
- 5
2
votes
2 answers
Three20 TTPhotoViewController detailedView photo overlap problem
In my application, I'm using three20 library's photoViewController. The photos in photo detailedview are overlapping. Specifically, if there are three photos, 1st and 3rd look fine, but 2nd photo is overlapped by 1st.
How can I solve this?

neha
- 6,327
- 12
- 46
- 78
1
vote
1 answer
adding subviews to TTPhotoview of TTPhotoViewController
I am using this library https://github.com/facebook/three20.
Looking at other samples & suggestions I have subclass TTPhotoview.
I would like to display additional labels or details regarding current photo. I want to place those details in left or…

Davin
- 105
- 12
1
vote
1 answer
three20 TTPhotoViewController to not cache the images
I am using TTPhotoViewController to show photo coming from remote repository. If I change the content of the photo on remote repository but still use the same url, on my iPhone client, the original phone will still be shown when load up the…

tom
- 14,273
- 19
- 65
- 124
1
vote
1 answer
TTPhotoViewController data reload
has anyone figured out how to reload data in TTPhotoViewController?
I have done several attempts but never worked out a suitable solution.
Your help is much appreciated.
Vlad

user1006117
- 431
- 4
- 16
1
vote
1 answer
Add additional UIImage to TTPhotoViewController
I am using the Three20 framework to implement a photo viewer. However, I also intend to customize it by doing the following:
1) Add a profile photo on top of each photo displayed and add some text to it (I assume I have to add a subview)
2) Add…

Zhen
- 12,361
- 38
- 122
- 199
1
vote
2 answers
Three20: import only TTPhotoViewController
I've an Xcode project that use Three20 Library for iPhone apps, but I use only TTPhotoViewController!
It's possible to import only this features?
My app before Three20 was 430 KB, now it's 2,4 MB :'(
thx in advance!

Kiavor
- 476
- 1
- 7
- 14
1
vote
2 answers
How to change navigation bar color in TTPhotoviewcontroller using Three20 in iPhone
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…

Pugalmuni
- 9,350
- 8
- 56
- 97
1
vote
2 answers
How do I pop a TTPhotoViewController?
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)…

jmont
- 423
- 3
- 12