My app has more than two storyboards. In storyboard A, it has navigation view controller, root view controller and several view controllers. It also has an unwind segue, like returnToTopScreen. Storyboard B has several view controllers. At execution, all VC in B is on the navigation stack.
My question is,
Can unwind segue work for inter storyboards unwinding?
According to my trial, Xcode6.2 allows a UIbutton in VC of storyboard B to connect with an unwind segue in storyboard A. But it does not work.