[][src]Trait uikit_sys::PCAAnimationDelegate

pub trait PCAAnimationDelegate: Sized + Deref {
    unsafe fn animationDidStart_(self, anim: CAAnimation)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn animationDidStop_finished_(self, anim: CAAnimation, flag: BOOL)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn animationDidStart_(self, anim: CAAnimation) where
    Self::Target: Message + Sized

unsafe fn animationDidStop_finished_(self, anim: CAAnimation, flag: BOOL) where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...