Re: transition custom views

2017-08-11 Thread J.E. Schotsman
> On 10 Aug 2017, at 21:03, Quincey Morris > wrote: > > On Aug 10, 2017, at 11:38 , J.E. Schotsman wrote: >> >> No, it’s a xib-based app. > > I think it’s a bit harder, because with a storyboard you can use segues, and > set them up in IB. > > With the proviso that I haven’t tried what I’m

Re: transition custom views

2017-08-10 Thread Quincey Morris
On Aug 10, 2017, at 11:38 , J.E. Schotsman wrote: > > No, it’s a xib-based app. I think it’s a bit harder, because with a storyboard you can use segues, and set them up in IB. With the proviso that I haven’t tried what I’m about to suggest, here’s how I understand what you’d need to do: 1. M

Re: transition custom views

2017-08-10 Thread J.E. Schotsman
> On 10 Aug 2017, at 19:38, Quincey Morris > wrote: > > On Aug 10, 2017, at 08:36 , J.E. Schotsman wrote: >> >> I would like to use the transition(from:to:options:completionHandler:) >> method of NSViewController but the tab view item's viewController property >> is nil. > > Are you usin

Re: transition custom views

2017-08-10 Thread Quincey Morris
On Aug 10, 2017, at 08:36 , J.E. Schotsman wrote: > > I would like to use the transition(from:to:options:completionHandler:) > method of NSViewController but the tab view item's viewController property is > nil. Are you using a storyboard for the window? ___

transition custom views

2017-08-10 Thread J.E. Schotsman
Hello, In a Mac app I have a window with a tab view. One of the tabs contains custom views between which the user can switch with a popup menu. I would like to use the transition(from:to:options:completionHandler:) method of NSViewController but the tab view item's viewController property is n