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 (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

Reply via email to