Re: Mac containment segues, and prepareForSegue

2014-10-28 Thread Fritz Anderson
You’ve gone to trouble; thank you. However, I need some help understanding your answer. I can’t find a “Container View Controller” in the Xcode 6.1 object library. Typing “contain” in the search field gets you a “container view,” which is an NSView. The only special thing about it seems to be

Re: Mac containment segues, and prepareForSegue

2014-10-28 Thread Roland King
> On 28 Oct 2014, at 11:40 am, Fritz Anderson wrote: > > I'm glad of the correction. > > Yes, I am speaking exactly about the "relationship" link between the window > in a window controller scene and the view in the view controller as provided > in the template's Main.storyboard. > > I think

Re: Mac containment segues, and prepareForSegue

2014-10-27 Thread Fritz Anderson
... of the _view_ controller. ― F > On Oct 27, 2014, at 10:40 PM, Fritz Anderson wrote: > > the contents of the vote controller ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to

Re: Mac containment segues, and prepareForSegue

2014-10-27 Thread Fritz Anderson
I'm glad of the correction. Yes, I am speaking exactly about the "relationship" link between the window in a window controller scene and the view in the view controller as provided in the template's Main.storyboard. I think it absurd that there is no obvious way for a document class that loads

Re: Mac containment segues, and prepareForSegue

2014-10-27 Thread Roland King
> On 28 Oct 2014, at 7:30 am, Fritz Anderson wrote: > > This is Yosemite, in Swift under Xcode 6.1. > > The summary: I don’t understand NSStoryboard containment relationships. I’ve > never received a prepareForSegue(_, sender:), and without it, I can’t figure > out how to propagate data from

Mac containment segues, and prepareForSegue

2014-10-27 Thread Fritz Anderson
This is Yosemite, in Swift under Xcode 6.1. The summary: I don’t understand NSStoryboard containment relationships. I’ve never received a prepareForSegue(_, sender:), and without it, I can’t figure out how to propagate data from a document into its views. This is completely elementary. I can’t