tags:

views:

31

answers:

2

Hello, I want to create a table with custom cell and the cell should draw dyanamicaly when we add the data data to the table.

A: 

If you're talking about UITableViews for iPhone, you might want to check out the documentation at Apple. It's really very good.

saramah
A: 

For Mac OS: TableView programming guide.

For iPhone: TableView programming guide for iPhone.

I'm not sure which one you are interested in.

stefanB