Hiding UITableViewCell

Posted by live2dream95 on Stack Overflow See other posts from Stack Overflow or by live2dream95
Published on 2010-04-19T20:32:34Z Indexed on 2010/04/19 20:43 UTC
Read the original article Hit count: 214

Filed under:
|

Is there a way to hide a UITableView cell? I'm looking for some property or method I can invoke on the UITableViewCell returned by a synchronous cellForRowAtIndexPath() to hide it and make it unselectable by the user.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch