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.
I'm just using Command + D (Duplicate) for now, as it (AFAIK) is essentially a one-step copy-paste, and dealing with the bug.