【发布时间】:2010-12-01 14:52:08
【问题描述】:
我需要一个自定义的 TTLauncherItem 来显示图像上的文本。 有没有办法让它工作?
默认看起来像:
+----+
| |
+----+
text
我希望它是这样的:
+----+
|text|
+----+
感谢您的帮助!
【问题讨论】:
标签: iphone ios three20 ttlauncheritem
我需要一个自定义的 TTLauncherItem 来显示图像上的文本。 有没有办法让它工作?
默认看起来像:
+----+
| |
+----+
text
我希望它是这样的:
+----+
|text|
+----+
感谢您的帮助!
【问题讨论】:
标签: iphone ios three20 ttlauncheritem
您可以在 TTLauncherItem init 函数中修改图像参数。
[[[TTLauncherItem alloc] initWithTitle:@":)"
image:nil
URL:@"tt://tabBarTest" canDelete:NO] autorelease]
【讨论】: