hi all,
can we change the selection color of table view, i.e cell, by default its blue, so, can we change it to any other color?
regards
hi all,
can we change the selection color of table view, i.e cell, by default its blue, so, can we change it to any other color?
regards
this way in code
aCell.selectedBackgroundView = [[[UIImageView alloc]
initWithImage:[UIImage imageNamed:@"selectedBackground.png"]] autorelease];
or you can set it in interface builder to gray, I think blue and grey is all that is available without creating a be view