pub type UIContextMenuContentPreviewProvider = *mut DynBlock<dyn Fn() -> *mut UIViewController>;Available on crate features
block2 and UIContextMenuConfiguration and UIResponder and UIViewController only.Expand description
Return a UIViewController to be displayed as this menu’s preview component.
See also Apple’s documentation