Xcode 7.1: Peek/Pop missing from certain Storyboard segues

Xcode 7.1 adds: "Interface Builder supports enabling Peek & Pop for segues" per <https://developer.apple.com/library/prerelease/watchos/releasenotes/DeveloperTools/RN-Xcode/Chapters/xc7_release_notes.html>


I'm seeing the new "Peek & Pop/Preview & Commit Segues" for some segues, but not others. Where requirements need to be met for this option to appear in IB?

It's been awhile since this question was asked, but I just came across this post in seeking the same answer within Xcode 7.3.1. Here's what I found:


- If you create a segue directly from a button or image, say, to another view controller, then you'll see the Peek & Pop/Preview & Commit Segues attribute on the segue's Attributes Inspector.


- If you create a segue from one view controller to another, then you won't see the Peek & Pop attribute.

Xcode 7.1: Peek/Pop missing from certain Storyboard segues
 
 
Q