[][src]Trait uikit_sys::PUITextInteractionDelegate

pub trait PUITextInteractionDelegate: Sized + Deref {
    unsafe fn interactionShouldBegin_atPoint_(
        self,
        interaction: UITextInteraction,
        point: CGPoint
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn interactionWillBegin_(self, interaction: UITextInteraction)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn interactionDidEnd_(self, interaction: UITextInteraction)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn interactionShouldBegin_atPoint_(
    self,
    interaction: UITextInteraction,
    point: CGPoint
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn interactionWillBegin_(self, interaction: UITextInteraction) where
    Self::Target: Message + Sized

unsafe fn interactionDidEnd_(self, interaction: UITextInteraction) where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...