Getting subViews' frames in Storyboard
问题 I just want (for now) to get the dimensions of a subview on the view controller's instantiation. [This is a reduction to as simple a case I can find of a previous question. I am trying to figure out why subViews of scenes in Storyboards are not behaving the way I expect, which is to say: like XIBs do - I just want to get dimensions of my subviews before anything is actually drawn to the screen] To condense the problem down to a new, clean project, I do this: create a new, single view project