How do you make the whole UITableViewCell a custom image? I do it for prototyping purposes and I can’t find where to start. I basically need 3 UITableViewCells with the same image – so they all are reusable cells.
Any ideas on how to do this? Thanks.
I think what you want is :
backgroundViewproperty ofUITableViewCellYou can do it like this :
Or Simply Use :