Xcode 8.0: Drawing options on non-drawing views

Originator:deepumukundan
Number:rdar://28850560 Date Originated:2016-10-19
Status:Open Resolved:
Product:Developer Tools / Xcode Product Version:8.0 (8A218a)
Classification:UI/Usability Reproducible:Yes
 
Summary:
UIStackView is a non drawing view. So the attributes inspector in Xcode should only display the settings it has, not everything. 
e.g. Background color is something which has no effect on a UIStackView, but is still displayed in the attributes inspector on a stack view.

Steps to Reproduce:
1. Open Xcode 8.0
2. Create a single view application
3. Drag 2 labels into the storyboard and stack them into a UIStackview
4. Check the attributes inspector for the stackview

Expected Results:
Background color, and any drawing properties which the stack view cannot rendered should not be displayed

Actual Results:
Drawing options, including background color are displayed


Version:
Xcode 8.0 (8A218a), OSX El Capitan 10.11.6 (15G1004)


Notes:
Screenshot attached. Almost lost 20 minutes debugging why the background color is not coming up.

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!