Loading a Reusable UITableViewCell from a Nib

Posted by Greg Martin on Stack Overflow See other posts from Stack Overflow or by Greg Martin
Published on 2009-01-05T18:12:52Z Indexed on 2010/04/01 10:03 UTC
Read the original article Hit count: 379

I am able to design custom UITableViewCells and load them just fine using the technique described in the thread found at http://forums.macrumors.com/showthread.php?t=545061. However, using that method no longer allows you to init the cell with a reuseIdentifier which means you have to create whole new instances of each cell at every call. Has anyone figured out a good way to still cache particular cell types for reuses, but still be able to design them in Interface Builder?

© Stack Overflow or respective owner

Related posts about interface-builder

Related posts about cocoa-touch