1

Is there any way to use playgrounds inside an existing project to design and test View Controllers or other project views with Interactive Playgrounds without creating a Framework?

I tried to import ViewController and similar into playground inside my project but nothing works. I can't access to project files from playgrounds.

Any idea?

Thanks!

mhergon
  • 1,688
  • 1
  • 18
  • 39
  • 1
    Possible duplicate of [How to import own classes from your own project into a Playground](http://stackoverflow.com/questions/24045245/how-to-import-own-classes-from-your-own-project-into-a-playground) –  Mar 23 '16 at 23:29
  • I need to use classes without using a framework – mhergon Mar 24 '16 at 06:14
  • If it's not to many you can just write classes in Playground: ``class Temp{}`` – Sentry.co Jan 20 '17 at 01:36

0 Answers0