Move or copy view controller from one storyboard to another

前端 未结 9 933
暖寄归人
暖寄归人 2021-01-30 19:46

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

9条回答
  •  情深已故
    2021-01-30 20:06

    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)."

提交回复
热议问题