I am working with xCode 8.2
iOS 9
with Swift 3.0
. I have created a storyboard reference
in my Main storyboard to refer to a view controller in another storyboard in the code.
When I was creating a segue from the source VC to the destination, it showed these options:
no Relationship Segue
section is shown as mentioned here
Why it is not shown and is there a way to show it?
Also, how can I go back to the caller VC in Main storyboard from the callee VC in the secondary storyboard? I have tried to use popViewController
but it doesn't work.