[][src]Trait uikit_sys::ICAAnimationGroup

pub trait ICAAnimationGroup: Sized + Deref {
    unsafe fn animations(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAnimations_(self, animations: NSArray)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn animations(self) -> NSArray where
    Self::Target: Message + Sized

unsafe fn setAnimations_(self, animations: NSArray) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl ICAAnimationGroup for CAAnimationGroup[src]

Loading content...