开发者

Prevent header from being updated after calling reloadData?

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 the开发者_JS百科re any way to prevent this behavior in order to maintain state in the table's header?


Don't put those states in the header. You've mixing the "view" with "model" in the MVC design.

Anyway, you could reload specific rows with -reloadRowsAtIndexPaths:withRowAnimation:.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜