tags:

views:

20

answers:

1

i m making an application which shows data on table view with many fields i also want to add vertical lines to table view to make it like a chart ?is there any way to do this?

+2  A: 

Are you looking for something like this: Tutorial: Drawing a Grid in a iPhone UITableView?

Robot K