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.
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.
From the apple WWDC video on the playground, I believe the answer is no. Playgrounds are completely separate from Xcode projects.