Re: Size of my app's window on different screens?
Re: Size of my app's window on different screens?
- Subject: Re: Size of my app's window on different screens?
- From: Jens Alfke <email@hidden>
- Date: Thu, 01 Oct 2015 22:36:46 -0700
On Oct 1, 2015, at 10:26 PM, Quincey Morris < email@hidden> wrote:
set a default size that makes sense for your app, and a minimum size to prevent the window from getting too small to display its content properly. Then, windows always open at the default size, except when the actual display isn’t big enough, in which case the window is reduced to fit.
…and the app should remember what size & position the user adjusts the window to, and reopen it that way the next time. (NSWindow does have API to help with that.)
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden