Prevent header from being updated after calling reloadData?

Posted by john on Stack Overflow See other posts from Stack Overflow or by john
Published on 2010-05-10T18:25:50Z Indexed on 2010/05/10 18:34 UTC
Read the original article Hit count: 147

I have a UITableView with a custom header that maintains some state. When I call reloadData to change/update the data in the UITableView, the header gets reloaded too. Is there any way to prevent this behavior in order to maintain state in the table's header?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview