UIView *view = [[UIView alloc] initWithFrame:CGRectMake(10, 20, 30, 40)];
view.backgroundColor = [UIColor redColor];
cell.selectedBackgroundView = view;
[view release];
UIView *view = [[UIView alloc] initWithFrame:CGRectMake(10, 20, 30, 40)];
view.backgroundColor = [UIColor redColor];
cell.selectedBackgroundView = view;
[view release];
Noch ein kleiner Tip, wenn man die Hf6he des Popup Fenster von 600 auf 704 vergrf6dfert dann acubrht man nur eine Bilddatei ffcr den Hintergrund und man muss die Bilddatei beim Drehen des Gere4tes nicht austauschen.
This is really heflpul Chad. I looked at the snippet and realized that even though I remember doing this and it made sense at the time, the explanation is pretty necessary for me to understand it, so thanks.