Questions tagged [ttlauncheritem]
13 questions
3
votes
2 answers
How to change the color of the title in TTLauncherItem?
I am having a lot of trouble trying to change the color in the TTLauncherItem, because the default gray color does no work with my background.
Any ideas?

Joao Henrique
- 547
- 5
- 13
2
votes
2 answers
Three20 TTLauncher Animations / Transitions
I'm currently using the Three20 TTLauncher as a base for my app.
However when tapping on a TTLaunchItem, it jumps to the mapped URL.
Is there any way that I can use the same "expanding" animation/Transition that the facebook app uses?

Tom Kelly
- 509
- 2
- 4
- 16
2
votes
1 answer
Making TTLauncherView open animated items
I'm currently working with Three20 in an iOS project. I've got the TTLauncherView displaying with a few icons. However, I can't see to get them to open their views in an animated fashion as with the Facebook app. I've tried:
[[TTNavigator…

joshholat
- 3,371
- 9
- 39
- 48
1
vote
1 answer
TTLauncherItem show in second page
I have a TTLauncherView in my app,and I set the columnCount=3,When I have 9 TTLauncherItem,they all show in the first page,but when I have 10 items or more,how can I let them show in the second page automatic?

Haven Lin
- 205
- 1
- 9
1
vote
2 answers
Three20,TTLauncherItem set the image not in @"bundle://12.png"
if the image of TTLauncherItem is not from @"bundle://12.png" but as the following, it would not appear as a image.
[pageArray addObject:[[[TTLauncherItem alloc] initWithTitle:[titleArray objectAtIndex:(j+i*pageCount)]
…

Alex L
- 309
- 2
- 9
1
vote
2 answers
Problem of Three20: How to refresh TTLauncherItem /change the image
After adding TTLauncherItem into TTLauncherView, I want to change the image for the added TTLauncherItem。
But when I changed the value of image, it was not working. There is no change on the view.
How can I refresh image of TTLauncherItem…

Alex L
- 309
- 2
- 9
1
vote
1 answer
moving TTLauncherView from sdk3.x to sdk4.0 adds an ugly shadow to TTLauncherItem's badge
We are moving an app from iOS3.x to iOS4.
Now a shadow shows up for the TTLauncherItem's badge, as show in the image.
How to get rid of that shadow?

vikingosegundo
- 52,040
- 14
- 137
- 178
1
vote
1 answer
Set the width and height for a TTLauncherItem
I have this:
_launcherView.pages = [NSArray arrayWithObjects:
[NSArray arrayWithObjects:
[[[TTLauncherItem alloc] initWithTitle:@"New Note"
…
user142019
0
votes
1 answer
Three20 TTLauncherItem in a custom position
When I add a new TTLauncherItem icon to a TTLauncherView, this icon is set at the last position. Could I set it in another position? How should I do it?

Luis Andrés García
- 5,852
- 10
- 43
- 57
0
votes
0 answers
File is Not marked as Executable?
I have been trying to install TLauncher on my Ubuntu pc which runs 23.04 OS. And while i have downloaded the jar file it is giving me the error of item not marked executable. enter image description here
I tried some solutions from youtube to…

Vedclove
- 1
0
votes
2 answers
iPhone/Objective-C TTLauncherView loading high resolution images from a URL
I am using Three20's TTLauncherView and was wondering whether anyone has had experience loading high resolution images?
http://three20.info/showcase/launcher
I am using the following method to set my TTLauncherItem's:
NSString *imageUrl = [self…

gotnull
- 26,454
- 22
- 137
- 203
0
votes
1 answer
Issues with Three20 TTLauncherView, TTLauncherItems and UITabBarController
I have a TTLauncherView and a UITabBarController and I'm noticing that
the tab bar is actually overlapping the TTLauncherItems as I add more
to the view. This is one issue that I'd like to resolve.
When I add more items to the view the launcher…

gotnull
- 26,454
- 22
- 137
- 203
0
votes
1 answer
How to change TTLauncherItem's text label frame/position
I need a custom TTLauncherItem displaying the text on to of the image.
Is there a way to get this working?
Default looks like:
+----+
| |
+----+
text
And I want it to be like this:
+----+
|text|
+----+
Thanks for your help!

Daniel
- 3,331
- 4
- 19
- 17