I want to give alternate colors to my table view cell. e.g first cell color remains white while the next cell is light gray ,then third again white ,then next is again light gray and so on.Can anyone tell me the method to do it please.
Thanks,
Christy
In your
cell:(UITableviewCell*) forRowAtIndexPath:(NSIndexPath*) indexPathData source method insert this test: