Debug View Hierarchy should show all properties in object inspector

Originator:phillips1988
Number:rdar://19218027 Date Originated:11 Dec 2014
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode 6.1.1
Classification:Other Bug Reproducible:Always
 
Summary:
Object Inspector shows only a select few properties for a given class. It should show all properties of that object and properties of its superclasses.

Steps to Reproduce:
1. Creare a simple UI in storyboard - drag a UILabel out onto a scene.
2. Run in simulator and click "Debug View Hierarchy" to being inspecting
3. select the label and open the object inspector.

Expected Results:
the object inspector should show me all properties applied to my label but also properties of its super class (UIView) which would allow me to for example inspect the backgroundColor of the UILabel.

Actual Results:
the object inspector only shows me properties of the given class. This means that for my own subclasses of UIView etc I cannot inspect their properties via the Debug View Hierarchy.

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!