iosxcode-6.2

How can I remove size class from Xcode 6.2?


I'm working in a new App using Xcode 6.2 but now I want to remove the size class from my storyboard but I don't find the option to remove it. How can I do this?


Solution

  • The default setting for any project in Xcode 6.x has Auto Layout and Size Classes enabled. You can disable them manually using below steps :

    1. Select View Controller present in Main.Storyboard
    2. Click on Utilities if it is hidden
    3. Click on Show file inspector
    4. In Interface Builder Document section simply uncheck Use Size Classes.

    Screenshot for step 2 to 4

    1. This will prompt a message Disable Size Classes?
    2. Click on Disable Size Classes

    Screenshot for Step 5 to 6