Ryan Heitner
Ryan Heitner

Reputation: 13642

How to default simulated metrics in xcode 6.3 interface builder storyboard?

When I add a new view controller to a storyboard in Xcode 6.3 it defaults to inferred in the simulated metrics.

I prefer setting the size to 3"5 inch to allow me to see more objects.

Is there anyway to set this as the default, rather than going and changing the size metric.

In general it would be handy to be able to set a preference. I know I can just duplicate and change with ⌘D but that is not a method I like

Upvotes: 1

Views: 1258

Answers (1)

Viral Savaj
Viral Savaj

Reputation: 3389

You can change Storyboard metrics, so that Every new controlled added will become in the same size you have choiced.

By default the xCode will give you Base metrics, look like THIS

You can change your metrics like Iphone Portrait

Please provide your feedback, if this is not the case.

HTH, Enjoye !!

Upvotes: 1

Related Questions