What are Anchor and Passthrough used for in popover segues?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: In Xcode, a Popover segue has two connection fields named Anchor and Passthrough. What are they used for? 回答1: These are properties of the UIPopoverController , not the segue. Thats why if you look at the documentation for the UIStoryboardPopoverSegue , you won't find these two properties. The anchor is telling the UIPopoverController where to point its arrow. The passthrough is an array of views that the user can interact with while the UIPopoverController is displayed. The documentation is here: https://developer.apple.com/documentation