For my application I\'m using a TableView and using customized UITableViewCells.
I customized my cells via interface builder, not programmatically. Is there a way to als
Yes this is possible : Make a image in gradient with 1 X Height pix. Set this to backgroundColor for cell.
cell.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"gradImage.png"]];
**You can set gradient color with code but its time taken process. If you fill better then search for that.