pub unsafe trait UITextSelectionDisplayInteractionDelegate: NSObjectProtocol + IsMainThreadOnly {
// Provided method
unsafe fn selectionContainerViewBelowTextForSelectionDisplayInteraction(
&self,
interaction: &UITextSelectionDisplayInteraction
) -> Option<Retained<UIView>>
where Self: Sized + Message { ... }
}Available on crate feature
UITextSelectionDisplayInteraction only.Provided Methods§
unsafe fn selectionContainerViewBelowTextForSelectionDisplayInteraction( &self, interaction: &UITextSelectionDisplayInteraction ) -> Option<Retained<UIView>>
Available on crate features
UIResponder and UIView only.