Using the Apple private API, [view recursiveDescription]
returns nil
on Apportable, how can I dump the view hierarchy? Is it possible, short of building it by hand?
From gdb : print [[[UIApplication sharedApplication] keyWindow] dumpGeometry:0]
will output the hierarchy to logcat.
Also to use Android's hierarchyviewer: