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...
I have this: _launcherView.pages = [NSArray arrayWithObjects: [NSArray arrayWithObjects: [[[TTLauncherItem alloc] initWithTitle:@"New Note" image:@"bundle://Icon.png" URL:@"ht...
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? ...
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? ...