使用样式表时,TTThumbsViewController不显示缩略图。

时间:2010-12-03 13:30:32

标签: iphone objective-c three20 ttthumbsviewcontroller

如果我使用全局样式表([TTStyleSheet setGlobalStyleSheet:[[[StyleSheet alloc] init] autorelease]];),我在TTThumbsViewController中看不到任何缩略图。

我为TTThumbsViewController指定了这些样式:

- (UIColor *)navigationBarTintColor;
- (UIColor *)backgroundColor;
- (UIColor *)tablePlainBackgroundColor;
- (UIColor *)tableHeaderTintColor;
- (UIColor *)thumbnailBackgroundColor;

如果我将thumbnailBackgroundColor设置为grayColor,我会在控制器中看到灰色矩形但没有下载的图像。

如果我评论使用全局样式表,我会正确地看到缩略图。

我尝试在TTControl演示应用中使用样式表,TTThumbsViewController的行为与我的应用相同。

以下是TTControl演示应用的截图:

enter image description here

我希望我没有做错事。任何人都可以知道为什么会这样吗? 谢谢。再见。

1 个答案:

答案 0 :(得分:0)

请参阅以下教程,以帮助您正确实施TTStyleSheet

Three20 Stylesheets iPhone Tutorial