Welcome to SO. You need to write a clear, coherent description of what you are trying to do, with enough detail so that we know both what your goals are and specifically what you are trying that isn't working.
It is not at all clear what you are asking. Since you mention dragging, I think you are asking how to create a segue link in IB (Interface Builder) rather than how to invoke a segue in code.
How will you invoke this segue you are trying to create? From a single button, or from code? If from a button, will clicking the button always invoke the segue, and without needing any other decision making? If so, just control-drag from the button to the target scene in IB. That will create a segue and connect it to your button.