I want to display some status text in the footer of a table view section. It's nice to be able to implement -tableView:titleForFooterInSection:, but the only way I see to update it is to call -reloadSections:withRowAnimation:, and that seems to re-create the row in the section, which ends up deselecting it.
Short of creating and returning a UILabel for the footer, is there a way to get a static table (in a UIStoryBoard) to update the footer text? -- Rick _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com