[][src]Trait uikit_sys::UIView_UIViewAnimationWithBlocks

pub trait UIView_UIViewAnimationWithBlocks: Sized + Deref {
    unsafe fn animateWithDuration_delay_options_animations_completion_(
        duration: NSTimeInterval,
        delay: NSTimeInterval,
        options: UIViewAnimationOptions,
        animations: _bindgen_ty_id_157493,
        completion: _bindgen_ty_id_157497
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn animateWithDuration_animations_completion_(
        duration: NSTimeInterval,
        animations: _bindgen_ty_id_157502,
        completion: _bindgen_ty_id_157506
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn animateWithDuration_animations_(
        duration: NSTimeInterval,
        animations: _bindgen_ty_id_157511
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn animateWithDuration_delay_usingSpringWithDamping_initialSpringVelocity_options_animations_completion_(
        duration: NSTimeInterval,
        delay: NSTimeInterval,
        dampingRatio: CGFloat,
        velocity: CGFloat,
        options: UIViewAnimationOptions,
        animations: _bindgen_ty_id_157515,
        completion: _bindgen_ty_id_157519
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn transitionWithView_duration_options_animations_completion_(
        view: UIView,
        duration: NSTimeInterval,
        options: UIViewAnimationOptions,
        animations: _bindgen_ty_id_157526,
        completion: _bindgen_ty_id_157530
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn transitionFromView_toView_duration_options_completion_(
        fromView: UIView,
        toView: UIView,
        duration: NSTimeInterval,
        options: UIViewAnimationOptions,
        completion: _bindgen_ty_id_157539
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn performSystemAnimation_onViews_options_animations_completion_(
        animation: UISystemAnimation,
        views: NSArray,
        options: UIViewAnimationOptions,
        parallelAnimations: _bindgen_ty_id_157546,
        completion: _bindgen_ty_id_157550
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn modifyAnimationsWithRepeatCount_autoreverses_animations_(
        count: CGFloat,
        autoreverses: BOOL,
        animations: _bindgen_ty_id_157555
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn animateWithDuration_delay_options_animations_completion_(
    duration: NSTimeInterval,
    delay: NSTimeInterval,
    options: UIViewAnimationOptions,
    animations: _bindgen_ty_id_157493,
    completion: _bindgen_ty_id_157497
) where
    Self::Target: Message + Sized

unsafe fn animateWithDuration_animations_completion_(
    duration: NSTimeInterval,
    animations: _bindgen_ty_id_157502,
    completion: _bindgen_ty_id_157506
) where
    Self::Target: Message + Sized

unsafe fn animateWithDuration_animations_(
    duration: NSTimeInterval,
    animations: _bindgen_ty_id_157511
) where
    Self::Target: Message + Sized

unsafe fn animateWithDuration_delay_usingSpringWithDamping_initialSpringVelocity_options_animations_completion_(
    duration: NSTimeInterval,
    delay: NSTimeInterval,
    dampingRatio: CGFloat,
    velocity: CGFloat,
    options: UIViewAnimationOptions,
    animations: _bindgen_ty_id_157515,
    completion: _bindgen_ty_id_157519
) where
    Self::Target: Message + Sized

unsafe fn transitionWithView_duration_options_animations_completion_(
    view: UIView,
    duration: NSTimeInterval,
    options: UIViewAnimationOptions,
    animations: _bindgen_ty_id_157526,
    completion: _bindgen_ty_id_157530
) where
    Self::Target: Message + Sized

unsafe fn transitionFromView_toView_duration_options_completion_(
    fromView: UIView,
    toView: UIView,
    duration: NSTimeInterval,
    options: UIViewAnimationOptions,
    completion: _bindgen_ty_id_157539
) where
    Self::Target: Message + Sized

unsafe fn performSystemAnimation_onViews_options_animations_completion_(
    animation: UISystemAnimation,
    views: NSArray,
    options: UIViewAnimationOptions,
    parallelAnimations: _bindgen_ty_id_157546,
    completion: _bindgen_ty_id_157550
) where
    Self::Target: Message + Sized

unsafe fn modifyAnimationsWithRepeatCount_autoreverses_animations_(
    count: CGFloat,
    autoreverses: BOOL,
    animations: _bindgen_ty_id_157555
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_UIViewAnimationWithBlocks for UIActionSheet[src]

impl UIView_UIViewAnimationWithBlocks for UIActivityIndicatorView[src]

impl UIView_UIViewAnimationWithBlocks for UIAlertView[src]

impl UIView_UIViewAnimationWithBlocks for UIButton[src]

impl UIView_UIViewAnimationWithBlocks for UICollectionReusableView[src]

impl UIView_UIViewAnimationWithBlocks for UICollectionView[src]

impl UIView_UIViewAnimationWithBlocks for UICollectionViewCell[src]

impl UIView_UIViewAnimationWithBlocks for UIControl[src]

impl UIView_UIViewAnimationWithBlocks for UIDatePicker[src]

impl UIView_UIViewAnimationWithBlocks for UIImageView[src]

impl UIView_UIViewAnimationWithBlocks for UIInputView[src]

impl UIView_UIViewAnimationWithBlocks for UILabel[src]

impl UIView_UIViewAnimationWithBlocks for UINavigationBar[src]

impl UIView_UIViewAnimationWithBlocks for UIPageControl[src]

impl UIView_UIViewAnimationWithBlocks for UIPickerView[src]

impl UIView_UIViewAnimationWithBlocks for UIPopoverBackgroundView[src]

impl UIView_UIViewAnimationWithBlocks for UIProgressView[src]

impl UIView_UIViewAnimationWithBlocks for UIRefreshControl[src]

impl UIView_UIViewAnimationWithBlocks for UIScrollView[src]

impl UIView_UIViewAnimationWithBlocks for UISearchBar[src]

impl UIView_UIViewAnimationWithBlocks for UISearchTextField[src]

impl UIView_UIViewAnimationWithBlocks for UISegmentedControl[src]

impl UIView_UIViewAnimationWithBlocks for UISlider[src]

impl UIView_UIViewAnimationWithBlocks for UIStackView[src]

impl UIView_UIViewAnimationWithBlocks for UISwitch[src]

impl UIView_UIViewAnimationWithBlocks for UITabBar[src]

impl UIView_UIViewAnimationWithBlocks for UITableView[src]

impl UIView_UIViewAnimationWithBlocks for UITableViewCell[src]

impl UIView_UIViewAnimationWithBlocks for UITableViewHeaderFooterView[src]

impl UIView_UIViewAnimationWithBlocks for UITextField[src]

impl UIView_UIViewAnimationWithBlocks for UITextView[src]

impl UIView_UIViewAnimationWithBlocks for UIToolbar[src]

impl UIView_UIViewAnimationWithBlocks for UIView[src]

impl UIView_UIViewAnimationWithBlocks for UIVisualEffectView[src]

impl UIView_UIViewAnimationWithBlocks for UIWebView[src]

impl UIView_UIViewAnimationWithBlocks for UIWindow[src]

Loading content...