Search code examples
swiftxcode6swift-playground

Is there a way to open Swift Playground without restarting Xcode 6?


Is there a way to open Swift Playground without shutting down Xcode and restarting? I am not seeing it available anywhere except when Xcode is started from scratch.


Solution

  • Hit Command-Shift-1 to open the 'Welcome to Xcode' window. Then select the 'Get started with a playground' option.

    Alternatively, select it in the Window menu:

    enter image description here

    It's the 6th item down.