Cool iOS debugger tricks Posted on November 12, 2015 by William Woody Print the entire view hierarchy of the current iOS screen within Xcode from the debugger: pause the app then: po [[UIWindow keyWindow] recursiveDescription] Share this:TwitterFacebookLike this:Like Loading...