Background image of table cell
- by Shuaib
Hey guys,
Trying to set a background image for a table view cell, tried almost everything but failing. Hoping someone would notice what I am doing wrong. Here is how my current code looks like:
static NSString *CustomCellIdentifier = @"listCustomCell";
listCustomCell *cell = (listCustomCell *)[tableView dequeueReusableCellWithIdentifier:…