2

Is there a way I can import the contents of an Xcode project into a playground without copying and pasting classes.

I know that Files in the project are not visible, but is there someway to use an Umbrella header or something to import them.

o.uinn
  • 838
  • 1
  • 8
  • 13

1 Answers1

0

From the apple WWDC video on the playground, I believe the answer is no. Playgrounds are completely separate from Xcode projects.

harryhorn
  • 892
  • 6
  • 8