ok what changed in xCode7 / Swift that I can no longer use \"po frame\" to view the contents of a CGRect anylonger? The print statment works just fine in the code. How come
I am still seeing this in Xcode 7.2 (using ObjC). Makes it very frustrating debugging layout code.
The debugger doesn't show the frame as an ivar of the views and type summaries won't print it. You have to 'po foo.frame' to see it.