Search code examples
iossegueuistoryboard3dtouchpeek-pop

Why don't some of my push storyboard segues show an option for peek and pop?


Some of my push segues show an option for peek & pop while other push segues don't show the option. Why is that?

enter image description here


Solution

  • sorry about the late Reply. I was having the same problem. it seems like by design Apple only show the peek&pop option in interface builder for Action segues (like segues from buttons or cells to a UIViewController) but NOT for Manual segues (i.e segues from ViewController to ViewController, that we usually trigger by code and set-up in prepareForSegue: ). This is mentioned here