UITableView Reusable cells

Posted by Michael on Stack Overflow See other posts from Stack Overflow or by Michael
Published on 2010-06-18T12:20:34Z Indexed on 2010/06/18 12:23 UTC
Read the original article Hit count: 263

Filed under:
|
|

Can someone explain me the way reusable cells works for single table view?

How many reusable cells a datasource should create? So far in all samples I've seen only one. Would one even need more?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch