Re: How to save a window's position and size
Re: How to save a window's position and size
- Subject: Re: How to save a window's position and size
- From: Carl Hoefs via Cocoa-dev <email@hidden>
- Date: Mon, 25 May 2020 11:08:13 -0700
Something like this would work (in -applicationWillFinishLaunching:):
[self.window setFrame:[[NSScreen mainScreen] frame] display:YES];
-Carl
> On May 24, 2020, at 3:09 PM, Gabriel Zachmann <email@hidden> wrote:
>
> Alternatively, is there a way to start it such that it always starts in
> fullscreen,
> no matter the window size/position when the user quit it last time?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden