Minimum Content Size of Window is not working

Viewed 251

Every time I run my app it opens with no width.
I've setted the minimum content size for my window but it doesn't work.
If I try to make it wider with the arrows it goes immediately to the correct size.
I have a Split View Controller with two views, each of them with the half of the minimum width.
enter image description here How can I set the minimum size when I open the app?

1 Answers
Related