开发者

How to create table view?

开发者 https://www.devze.com 2022-12-24 13:28 出处:网络
I want to create a table with custom cell and the cell should draw dyanamicaly when we add the data dat开发者_JS百科a to the table.If you\'re talking about UITableViews for iPhone, you might want to c

I want to create a table with custom cell and the cell should draw dyanamicaly when we add the data dat开发者_JS百科a to the table.


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


For Mac OS: TableView programming guide.

For iPhone: TableView programming guide for iPhone.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消