Move or copy view controller from one storyboard to another

Vladimir Berezkin picture Vladimir Berezkin · Nov 16, 2012 · Viewed 48.3k times · Source

I have several UIViewControllers in one Storyboard. Now I want to move some UIViewControllers to another Storyboard. Is it possible?

Answer

Rahul Wakade picture Rahul Wakade · Nov 16, 2012

Yes, it is possible.

  1. Select controllers you want to copy
  2. Press Command + C
  3. Open your second storyboard file
  4. Press Command + V

Note: "IBOutlets remains as is after copying(Verified on Xcode 6.3.2)."