如果我使用全局样式表([TTStyleSheet setGlobalStyleSheet:[[[StyleSheet alloc] init] autorelease]];
),我在TTThumbsViewController
中看不到任何缩略图。
我为TTThumbsViewController
指定了这些样式:
- (UIColor *)navigationBarTintColor;
- (UIColor *)backgroundColor;
- (UIColor *)tablePlainBackgroundColor;
- (UIColor *)tableHeaderTintColor;
- (UIColor *)thumbnailBackgroundColor;
如果我将thumbnailBackgroundColor
设置为grayColor
,我会在控制器中看到灰色矩形但没有下载的图像。
如果我评论使用全局样式表,我会正确地看到缩略图。
我尝试在TTControl
演示应用中使用样式表,TTThumbsViewController
的行为与我的应用相同。
以下是TTControl
演示应用的截图:
我希望我没有做错事。任何人都可以知道为什么会这样吗? 谢谢。再见。