tags:

views:

73

answers:

1

hi , Does it way to change the TableView Lines ? just like this :

alt text

the lines become wood image

+3  A: 

You should try using an imageview with the wooden image. Which is added to your custom cell. Because I think iphone-sdk does not support to modify the separators. And one thing set separator style as none for the table view.

Hope this helps.

Madhup
so ! what did he do ? ? [developer of WeDict APP] ?
Momeks
(1) He set the table to show no separator between cells. (1) He created a customer UITableViewCell that has an image of a wood grain running along bottom of the view. This creates the illusion of separator when the table actually has none.
TechZen
is there any sample code or tutorial of this ? or can you write the code ? :)
Momeks