I trying to create custom segues for some prototype-cells
which i have created using dequeueReusableCellWithIdentifier
function in xcode. I want to create custom segue from a prototype cell with reusable identifier
"home" to a view-controller
with `storyboard id "newViewController". i have already created the necessary view-controllers in the main-storyboard.
can someone tell me how to code the segue without using the storyboard
!?