views:

76

answers:

1

Does anyone know if it is possible to replace the grey border on grouped table view cells

The opposite to this post: http://stackoverflow.com/questions/1408126/changing-border-color-in-iphone-uitableview-cells-non-grouped

A: 

You'll need to create an entire tableviewcell with the border you want. that means you'll have to create the pictures of top, bottom and middle cell. There's a little tutorial on this page : http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html

Julien