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: 232
iphone
|cocoa-touch
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