I\'m trying to make a subclassed UITableViewCell where I draw an image in the upper right corner. I have it working perfectly - except when I set self.backgroundView, my bac
Have you tried adding a [super drawRect:rect]; there?
[super drawRect:rect];