Is it possible to resize a UITableViewCell without using UITableViewDelegate?

Posted by Sam Soffes on Stack Overflow See other posts from Stack Overflow or by Sam Soffes
Published on 2009-09-21T17:15:07Z Indexed on 2010/05/21 14:00 UTC
Read the original article Hit count: 182

I want to resize my table view cells from inside the cell instead of from the UITableViewDelegate. I am resizing them based on asynchronous content, so I can't size them in the delegate.

I tried setting self.frame inside the cell, but the table view was really unhappy about that. Cells were overlapping and all kinds of craziness was going on.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk