I’m using the following code to generate the background
cell.backgroundView = [ [[UIImageView alloc] initWithImage:[ [UIImage imageNamed:@"list-item.png"] stretchableImageWithLeftCapWidth:0.0 topCapHeight:00.0] ]autorelease];
which yields the following results where textLabel appears to have some sort of background around the text. Does anyone have experience with this problem? I made sure I set the backgroundview for the textlabel to nil but it still didn’t work.
http://cl.ly/image/3K1P1O473v05 (Can’t post image directly because of rep)
UILabeldoesn’t have abackgroundViewproperty. Make sure thatbackgroundColoris set to[UIColor clearColor].