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§

source

unsafe fn selectionContainerViewBelowTextForSelectionDisplayInteraction( &self, interaction: &UITextSelectionDisplayInteraction ) -> Option<Retained<UIView>>
where Self: Sized + Message,

Available on crate features UIResponder and UIView only.

Trait Implementations§

source§

impl ProtocolType for dyn UITextSelectionDisplayInteractionDelegate

source§

const NAME: &'static str = "UITextSelectionDisplayInteractionDelegate"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn UITextSelectionDisplayInteractionDelegate

Implementations on Foreign Types§

source§

impl<T> UITextSelectionDisplayInteractionDelegate for ProtocolObject<T>

Implementors§