Can anyone tell me the UIColor name or exact RGBA for the default iPhone UITableView separator?
It looks like a light gray color, but it\'s not [UIColor lightGrayC
[UIColor lightGrayC
[UIColor colorWithRed:224/255.0 green:224/255.0 blue:224/255.0 alpha:1.0];