ios - What are Anchor and Passthrough used for in popover segues? -


in xcode, popover segue has 2 connection fields named anchor , passthrough. used for? image

these properties of uipopovercontroller, not segue. thats why if @ documentation uistoryboardpopoversegue, won't find these 2 properties.

the anchor telling uipopovercontroller point arrow.

the passthrough array of views user can interact while uipopovercontroller displayed.

the documentation here: https://developer.apple.com/documentation/uikit/uipopovercontroller

and section going on passthrough views here: https://developer.apple.com/documentation/uikit/uipopovercontroller/1624654-passthroughviews


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -