Xcode-Beta (6C121): WKInterfaceTable rows inserted while table is hidden in storyboard don't layout properly

Originator:jverdi
Number:rdar://19695887 Date Originated:02-Feb-2015 11:37 PM
Status:Open Resolved:
Product:iOS SDK Product Version:Xcode-Beta (6C121)
Classification:UI/Usability Reproducible:Always
 
Summary:
If a table is hidden via a WatchKit app’s storyboard while rows of multiple types are inserted, some rows do not layout properly.

Steps to Reproduce:
See the attached sample project.
1 - Create an Interface with a hidden table, and multiple row types
2 - Insert rows of both types into the hidden table
3 - Unhide the table

Expected Results:
All row layout is properly completed.

Actual Results:
The layout of the first row of the table is not done properly. It seems that subviews are hidden, and the row is not sized to fit its content.

Notes:
If the table is hidden programmatically rather than via the storyboard, this does not seem to reproduce.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!