However when the Window/WindowController is first display from the storyboard the View Hierarchy is not initialised and the Initial view window content is as it was in the Storyboard file (all over the place!), Also I’m using “Flipped” coordinates (isFlipped = YES) and so it appears bottom up instead of top down.
If I resize the window, everything snaps into place nicely! How can I initialise the View System so that it appears ok when the Window it first displayed?