Xcode - duplicate Storyboard scene

Viewed 47091

Is there a quick way to duplicate a scene in Xcode's storyboard editor?

I'm looking for something akin to using option-drag to duplicate UI elements (UIButton, etc.) within a scene (or nib file). Copy-paste works, but awkwardly.

5 Answers
Related