我需要一个自定义TTLauncherItem来显示图像的文本。 有没有办法让这个工作?
默认看起来像:
+----+
| |
+----+
text
我希望它是这样的:
+----+
|text|
+----+
感谢您的帮助!
答案 0 :(得分:0)
您可以修改TTLauncherItem初始化函数中的image参数。
[[[TTLauncherItem alloc] initWithTitle:@":)"
image:nil
URL:@"tt://tabBarTest" canDelete:NO] autorelease]