私は自分のtableViewを持っています。しかし、tableViewCell の画像に問題があります。背景色は左右の隅にのみ表示されますが、すべての背景の中間色に表示されます。テーブルの背景色を変更すると、tableViewCell の途中で色も変更されました...
tableViewCellに画像を追加するための私のタラ:いつプッシュします...
cell.backgroundView = [[[UIImageView alloc] initWithImage:[ [UIImage imageNamed:@"noselected.png"]stretchableImageWithLeftCapWidth:0.0 topCapHeight:5.0] ]autorelease];
と押した。表示されたオーキーを押した。
cell.selectedBackgroundView = [ [[UIImageView alloc] initWithImage:[ [UIImage imageNamed:@"yesselected.png"] stretchableImageWithLeftCapWidth:0.0 topCapHeight:5.0] ]autorelease];
また: UIColour cleareColor を試しましたが、何もしませんでした。