Some of my push segues show an option for peek & pop while other push segues don't show the option. Why is that?
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