作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如果我使用全局样式表( [TTStyleSheet setGlobalStyleSheet:[[[StyleSheet alloc] init] autorelease]];
),那么我在 TTThumbsViewController
中看不到任何缩略图.
我为TThumbsViewController
指定这些样式:
- (UIColor *)navigationBarTintColor;
- (UIColor *)backgroundColor;
- (UIColor *)tablePlainBackgroundColor;
- (UIColor *)tableHeaderTintColor;
- (UIColor *)thumbnailBackgroundColor;
如果我将 thumbnailBackgroundColor
设置为 grayColor
,我会在 Controller 中看到灰色矩形,但看不到下载的图像。
如果我评论全局样式表的使用,我会正确地看到缩略图。
我尝试在 TTControl
演示应用程序中使用样式表,并且 TTThumbsViewController
的行为与我的应用程序中的行为相同。
以下是 TTControl
演示应用程序的屏幕截图:
我希望我没有做错什么。有人能知道为什么会发生这种情况吗?谢谢。再见。
最佳答案
请参阅以下教程来帮助您正确实现TTStyleSheet
:
关于iphone - 使用样式表时 TTThumbsViewController 不显示缩略图。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4345992/
我有一个具有可变数量子元素的固定大小的 div。我不知道 children 的大小。目标是缩小它们以适合父级。 例子: .parent { width: 100px; height: 100p
我是一名优秀的程序员,十分优秀!