简体   繁体   中英

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?

在此输入图像描述

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 (ie segues from ViewController to ViewController, that we usually trigger by code and set-up in prepareForSegue: ). This is mentioned here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM