[][src]Trait uikit_sys::PUISpringLoadedInteractionBehavior

pub trait PUISpringLoadedInteractionBehavior: Sized + Deref {
    unsafe fn shouldAllowInteraction_withContext_(
        self,
        interaction: UISpringLoadedInteraction,
        context: *mut u64
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn interactionDidFinish_(
        self,
        interaction: UISpringLoadedInteraction
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn shouldAllowInteraction_withContext_(
    self,
    interaction: UISpringLoadedInteraction,
    context: *mut u64
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn interactionDidFinish_(self, interaction: UISpringLoadedInteraction) where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...