ttlauncheritem

Set the width and height for a TTLauncherItem

I have this: _launcherView.pages = [NSArray arrayWithObjects: [NSArray arrayWithObjects: [[[TTLauncherItem alloc] initWithTitle:@"New Note" image:@"bundle://Icon.png" URL:@"ht...

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

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