Questions tagged [ttlauncherview]
30 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
3
votes
1 answer
Three20 TTLauncher Issues
So, I'm having some issues with my implementation of the Three20 TTLauncherView. I am using their code, not a fork (although I have heard of rodmaz's version), and I can't get it to work properly. This is what my app looks like.
alt text…

Ethan Mick
- 9,517
- 14
- 58
- 74
3
votes
2 answers
Am i implementing TTLauncher correctly?
I was playing around with the TTCatalog example, just tried adding a url with a url mapped in the appdelegate:
[[[TTLauncherItem alloc] initWithTitle:@"Button 1"
image:@"bundle://Icon.png"
…

Frank
- 3,073
- 5
- 40
- 67
2
votes
2 answers
TTLauncherView move item to other page
I have a TTLauncherView in my ios app. I have allowed users to edit and move their items around, however it does not appear that you can move the item from one screen to another, does anyone know how to do this?

Ben
- 16,124
- 22
- 77
- 122
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
2 answers
How can i reload TTLaucherView with new items?
I am using Three20 for my new iOS project. I have impletemented TTLauncherView & TTTabStrip, and both are displaying correctly. Now i want to load new items in TTLaucherView on selection of TTTabStrip.
How should i go about it ? I can't find any…

Shawn Hefter
- 21
- 2
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
2 answers
Three20 TTLauncherView showing by default the first page of a menu
When I add some icons (50) to the TTLauncherView Three20 view, TTLauncherView is always in the last page of the pages of icons. How can I change it to always show the first page of icons instead of the last one?
Thanks.
Update
in the viewDidLoad…

Luis Andrés García
- 5,852
- 10
- 43
- 57
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
TTLauncherView remove the delete button
I am using TTLauncherView to build a view,but I don't want the delete button when the icon is wobbling,how can I remove it?

Haven Lin
- 205
- 1
- 9
1
vote
1 answer
iPhone/Objective-C - Subclassing TTLauncherView methods to get pageChanged
I would like to determine when a page changes in a TTLauncherView and some people have said I should subclass the method:
Original Post: http://groups.google.com/group/three20/browse_thread/thread/caf702363f3abaa8/862f69e52dcc3981
-…

gotnull
- 26,454
- 22
- 137
- 203
1
vote
2 answers
How to display 4 rows in TTLauncherView
Is it possible to display 4 rows instead of default 3 rows in the TTLauncherView?

Daniel
- 3,331
- 4
- 19
- 17
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
Three20 - add items to launcherView after viewDidLoad
I am getting a list of image URLs and corresponding names at run time in my app. I would like to add these images to a TTLauncherView object that I have.
Cannot add these in loadView. I am making a call to the method for getting my data in a…

lostInTransit
- 70,519
- 61
- 198
- 274