views:

1045

answers:

2

Hi,

I want to display a UITableView with Multiple Columns.

The first column will have some text and another column will have a button, click of button will navigate to some another view.

+2  A: 

I had a similar requirement; and did with the help of this.. http://dewpoint.snagdata.com/2008/10/31/drawing-a-grid-in-a-uitableview/

This would probably help you..

Dhanesh
That link seems dead now, but I think this is the same article: http://www.iphonedevx.com/?p=153.
Clay Bridges
A: 

Same Requirement here.

divesh Singh