[catching up on email]
On Thu, Sep 8, 2022, at 5:34 PM, James Walker via Cocoa-dev wrote:
> I could insert the edit
> field in a custom NSView and insert that in the split view, but I'm
> wondering if there is a better way to handle the issue?
This is how I would do it. Seems like a fine solut
On Jun 24, 2020, at 5:23 AM, Gabriel Zachmann via Cocoa-dev
wrote:
> I tried to add this in -viewDidLoad in MasterWindowController:
>
>[[[self view] window] makeKeyAndOrderFront: NULL];
Some questions that may or may not help:
- Are you sure the above line of code is being called? (I woul