Can I copy a storyboard from one project to another project?

Viewed 33330

To reuse a storyboard, could I simply copy it from one project to another project (then make modification to the storyboard as required)?

4 Answers

It's simple. Just follow these steps:

  1. Press cmd + D while selecting your desired storyboard scene. It will create a duplicate copy of your selected scene.
  2. Press cmd + x to cut the scene from the existing project.
  3. Press cmd + v into the storyboard section of the second project.

Cheers.

Related