2009-08-26 21 views

Antwort

7

Ich habe es.

UIView *backView = [[[UIView alloc] initWithFrame:CGRectZero] autorelease]; 
backView.backgroundColor = [UIColor clearColor]; 
cell.backgroundView = backView; 
Verwandte Themen