Whenever I implement a Tab View Controller the window sizing seems to be stuck in the same configuration, even when I change all the window and view controller sizing values.
Asked
Active
Viewed 54 times
0
1 Answers
0
The issue will go away after you add subviews and constraints to the view.

Willeke
- 14,578
- 4
- 19
- 47
-
In the "Add New Constraints" popup, all of the constraints options are grayed out. "Constrain to margins" isn't, but it does nothing when I toggle it. – Jun 04 '20 at 15:31
-
Did you add any subviews? – Willeke Jun 05 '20 at 09:07