waseemwk
waseemwk

Reputation: 1509

How to see StoryBoard View in 3.5 and 4 inches in XCode 6

In Xcode 5 there was an option which let us see the View how it will look in 3.5inches and 4 inches screen.

enter image description here

as highlighted in the red circle. i can't find this option in Xcode 6

Upvotes: 0

Views: 128

Answers (3)

Shanmugasundharam
Shanmugasundharam

Reputation: 2092

You can adjust your storyboard size like 320X480 3.5 inches and 320*568 4 inches.

Click view controller change your simulated size just change freeform and give width and height size .

Upvotes: 2

Dheeraj Kumar
Dheeraj Kumar

Reputation: 441

Fist of all you select View Controller than click on attributes inspector size field is show select your size see below

enter image description here

Upvotes: 2

Anbu.Karthik
Anbu.Karthik

Reputation: 82759

I also new in Xcode 6 and I also faced this problem , now I identify my self Storyboard in different views using the following method.

goto attribute inspector - size - select your screen size is inferred to iPhone 3.5 or ....

Upvotes: 1

Related Questions