0

我正在使用以下代码生成背景

    cell.backgroundView = [ [[UIImageView alloc] initWithImage:[ [UIImage imageNamed:@"list-item.png"] stretchableImageWithLeftCapWidth:0.0 topCapHeight:00.0] ]autorelease];

这会产生以下结果,其中 textLabel 似乎在文本周围有某种背景。有没有人有这个问题的经验?我确保将 textlabel 的 backgroundview 设置为 nil,但它仍然不起作用。

http://cl.ly/image/3K1P1O473v05(由于代表不能直接发布图片)

4

1 回答 1

0

UILabel没有backgroundView财产。确保backgroundColor设置为[UIColor clearColor].

于 2012-08-08T23:45:25.797 回答