Draw a Custom cell for tableview ( uitableview ) , with changed colors and separator color and width
- by Madhup
Hi,
I want to draw the background of a UITableViewCell which has a grouped style. The problem with me is I am not able to call the -(void)drawRect:(CGRect)rect or I think it should be called programmatically...
I have taken code from following link .
…