0

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. For example, all of these are 300x100 But this is always what is shown

1 Answers1

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