[][src]Trait uikit_sys::IUIFocusAnimationCoordinator

pub trait IUIFocusAnimationCoordinator: Sized + Deref {
    unsafe fn addCoordinatedAnimations_completion_(
        self,
        animations: _bindgen_ty_id_157318,
        completion: _bindgen_ty_id_157322
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn addCoordinatedFocusingAnimations_completion_(
        self,
        animations: _bindgen_ty_id_157326,
        completion: _bindgen_ty_id_157332
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn addCoordinatedUnfocusingAnimations_completion_(
        self,
        animations: _bindgen_ty_id_157336,
        completion: _bindgen_ty_id_157342
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn addCoordinatedAnimations_completion_(
    self,
    animations: _bindgen_ty_id_157318,
    completion: _bindgen_ty_id_157322
) where
    Self::Target: Message + Sized

unsafe fn addCoordinatedFocusingAnimations_completion_(
    self,
    animations: _bindgen_ty_id_157326,
    completion: _bindgen_ty_id_157332
) where
    Self::Target: Message + Sized

unsafe fn addCoordinatedUnfocusingAnimations_completion_(
    self,
    animations: _bindgen_ty_id_157336,
    completion: _bindgen_ty_id_157342
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIFocusAnimationCoordinator for UIFocusAnimationCoordinator[src]

Loading content...