Any way to get a static table view to update its footer?
Any way to get a static table view to update its footer?
- Subject: Any way to get a static table view to update its footer?
- From: Rick Mann <email@hidden>
- Date: Tue, 30 Jul 2013 17:04:35 -0700
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 (email@hidden)
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:
This email sent to email@hidden