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

发布于 2024-10-06 01:05:32 字数 761 浏览 4 评论 0原文

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

我为 TTThumbsViewController 指定这些样式:

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

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

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

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

以下是 TTControl 演示应用程序的屏幕截图:

在此处输入图像描述

我希望我没有做某事错误的。有人能知道为什么会发生这种情况吗? 谢谢。再见。

If I use global stylesheet ( [TTStyleSheet setGlobalStyleSheet:[[[StyleSheet alloc] init] autorelease]]; ) than I don't see any thumbnails in TTThumbsViewController.

I specify these styles for TTThumbsViewController:

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

If I set thumbnailBackgroundColor to grayColor I see gray rectangles in the controller but no downloaded images.

If I comment use of global stylesheet I see thumbnails correctly.

I tried use stylesheet in TTControl demo app and TTThumbsViewController behave same as in my app.

Here is screenshot from TTControl demo app:

enter image description here

I hope I am not doing something wrong. Can anybody have some idea why this is happening ?
Thanks. Bye.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

失去的东西太少 2024-10-13 01:05:32

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

Three20 Stylesheets iPhone 教程< /a>

Please see the following Tutorial to help you with implementing TTStyleSheet properly:

Three20 Stylesheets iPhone Tutorial

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文