I am working on an iPhone app that has a complex way of constructing its views,
I am at a point where some of the UI behavior is not consistent and some UI views are not being presented properly,
without going into a lot of details, I am looking for a way at runtime to find out each and every UI element on the screen, and its location and whatever information I can get about it ( the UI stack, the layering, which UIVIew is on top of what ) is that available to developers/
Thanks.
In debug console, send
recursiveDescriptionmessage to your topmost view.