2012-02-11 20 views
1

私はUITableviewCellに小さな問題があります。私はコードを使用しています:UITableViewCell背景画像

UIView *cellBackView = [[UIView alloc] initWithFrame:CGRectZero]; 
     cellBackView.backgroundColor = [UIColor colorWithPatternImage: [UIImage imageNamed:@"Navigation.png"]]; 
     cell.backgroundView = cellBackView; 

しかし、何が起こったかを見てください。 http://cl.ly/070f1C3n143v0W1Y2g2Q

誰かがそれを修正する方法を知っていますか?なぜなら(背景の前で)ようにしているラベルである

答えて

3

これを追加し、それが固定されるべきである

cell.textLabel.backgroundColor = [UIColor clearColor];