views:

16

answers:

1

Hi, I'm developing custom tableViewCell for iphone, I used interface builder to design it and loaded in from code. It use custom background to show Cell Selection.

It work ok expect form one small issue, there is a small rectangular area in left side dosen't show the custom image, but show default selection ( bule color ) in that area. Please take look at the image @ this link http://warunadesilva.com/fih/Untitled.png

I selection image's with is > 320px. Could anyone suggest possible solution for this problem, Thank you in advance.

Waruna

A: 

Great tutorial on this subject: http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html

iWasRobbed