Static table view cells inconsistently update
Static table view cells inconsistently update
- Subject: Static table view cells inconsistently update
- From: Rick Mann <email@hidden>
- Date: Thu, 15 Nov 2012 16:01:20 -0800
I have a view controller in a storyboard with a static content grouped-style table. One of the sections has seven table view cells, all built in "right detail" type.
I have IBOutlet UILabel* references to each of the right-hand detail labels, and those get updated in my view controller. However, when the view first appears, most of the detail labels are not visible (a couple are). As the displayed model object is changed, the two visible ones change as you would expect. But the invisibles never appear.
If I tap on a cell with an invisible detail, it suddenly appears, and then functions normally.
They all look fine in IB, all contain the same text "Detail".
Any idea why some are invisible until the cell is selected?
TIA,
--
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