potato
potato

Reputation: 4589

"Installed" checkbox in Xcode Storyboard Attributes Inspector

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?

installed checkbox

Upvotes: 9

Views: 2996

Answers (1)

Midhun MP
Midhun MP

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

Related Questions