[][src]Trait uikit_sys::PUIViewControllerInteractiveTransitioning

pub trait PUIViewControllerInteractiveTransitioning: Sized + Deref {
    unsafe fn startInteractiveTransition_(self, transitionContext: *mut u64)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn completionSpeed(self) -> CGFloat
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn completionCurve(self) -> UIViewAnimationCurve
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn wantsInteractiveStart(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn startInteractiveTransition_(self, transitionContext: *mut u64) where
    Self::Target: Message + Sized

unsafe fn completionSpeed(self) -> CGFloat where
    Self::Target: Message + Sized

unsafe fn completionCurve(self) -> UIViewAnimationCurve where
    Self::Target: Message + Sized

unsafe fn wantsInteractiveStart(self) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PUIViewControllerInteractiveTransitioning for UIPercentDrivenInteractiveTransition[src]

Loading content...