[][src]Trait uikit_sys::PUIViewControllerTransitionCoordinator

pub trait PUIViewControllerTransitionCoordinator: Sized + Deref {
    unsafe fn animateAlongsideTransition_completion_(
        self,
        animation: _bindgen_ty_id_164206,
        completion: _bindgen_ty_id_164212
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn animateAlongsideTransitionInView_animation_completion_(
        self,
        view: UIView,
        animation: _bindgen_ty_id_164220,
        completion: _bindgen_ty_id_164226
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn notifyWhenInteractionEndsUsingBlock_(
        self,
        handler: _bindgen_ty_id_164232
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn notifyWhenInteractionChangesUsingBlock_(
        self,
        handler: _bindgen_ty_id_164238
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn animateAlongsideTransition_completion_(
    self,
    animation: _bindgen_ty_id_164206,
    completion: _bindgen_ty_id_164212
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn animateAlongsideTransitionInView_animation_completion_(
    self,
    view: UIView,
    animation: _bindgen_ty_id_164220,
    completion: _bindgen_ty_id_164226
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn notifyWhenInteractionEndsUsingBlock_(
    self,
    handler: _bindgen_ty_id_164232
) where
    Self::Target: Message + Sized

unsafe fn notifyWhenInteractionChangesUsingBlock_(
    self,
    handler: _bindgen_ty_id_164238
) where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...