Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert from iPhone storyboard to size class xcode 6

Tags:

class

size

I want to upgrade my iPhone app as soon as possible to a single universal storyboard to be ready with it when the new iPhones are on the market.

I checked "use Size Classes" but the size of my View Controllers are still 320 x 568 how can I change the size to 480 x 640 (wAny hRegular) by example?

like image 946
Ing. Ron Avatar asked Jul 03 '14 20:07

Ing. Ron


1 Answers

I think I found the answer:

1.) Locate your .storyboard, highlight it
2.) Enable Use Size Classes checkbox in the File Inspector

done!

Under Deployment Info I also changed Devices to Universal

-> Copy MainStoryboard to use main iPad interface -> copy

like image 199
Ing. Ron Avatar answered Sep 28 '22 19:09

Ing. Ron