如何更改TTLauncherItem的文本标签框架/位置

时间:2010-12-01 14:52:09

标签: iphone ios three20 ttlauncheritem

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

默认看起来像:

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

我希望它是这样的:

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

感谢您的帮助!

1 个答案:

答案 0 :(得分:0)

您可以修改TTLauncherItem初始化函数中的image参数。

[[[TTLauncherItem alloc] initWithTitle:@":)"
      image:nil
      URL:@"tt://tabBarTest" canDelete:NO] autorelease]