I'm using Xcode 7 on Yosemite. I created a new OS X application, and it came with a storyboard. When I launch the app, the app window is tiny.
What is the easiest way to set the default window size when the app launches?
Ideally I'm looking for a storyboard solution, not a programatic solution. However, if one does not exist, then a programatic solution will suffice. I don't want to set the minimum/maximum size of the window; the user should be able to size it as they see fit.