0

我需要一个自定义的 TTLauncherItem 来显示图像上的文本。有没有办法让这个工作?

默认看起来像:

+----+
|    |
+----+
 text

我希望它是这样的:

+----+
|text|
+----+

谢谢你的帮助!

4

1 回答 1

0

您可以在 TTLauncherItem 初始化函数中修改图像参数。

[[[TTLauncherItem alloc] initWithTitle:@":)"
      image:nil
      URL:@"tt://tabBarTest" canDelete:NO] autorelease]
于 2011-03-16T02:16:00.180 回答