[−][src]Trait uikit_sys::UIView_UIViewAnimationWithBlocks
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,
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,
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,
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,
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,
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,
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,
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,
count: CGFloat,
autoreverses: BOOL,
animations: _bindgen_ty_id_157555
) where
Self::Target: Message + Sized,