What is important to understand in Simulated Metrics is that they: are simulated.
Simulated metrics allow you to customize some things about how an item is displayed in a storyboard. The most common cause of confusion regarding simulated metrics is usually the tab bar, navigation bar, or status bar. You can use simulated metrics to show / hide them in the storyboard. Using the output with them, the context will be used to determine whether he will think that this view will show it based on how you install the previous views and whether it is embedded, etc.
But at the end of the day, when you run your program, does the tab bar show, based on what you did in the code, and will never have anything to do with simulated metrics.
The same is true for EVERY simulated metric on a storyboard. This is just a means to control the plot preview.
source share