Reputation: 4589
In Xcode Interface Builder there is an option Installed
in the Attributes Inspector.
I am unsure of it's meaning. Does it mean that the element will be present in any size class?
Upvotes: 9
Views: 2996
Reputation: 107221
It is for adding that specific view to the corresponding size class. If the installed is checked it will be added to the view hierarchy of that size class, else it won't be added. You can check more about this option in Enable And Disable Views.
Upvotes: 4