[][src]Trait uikit_sys::UIView_UIViewKeyframeAnimations

pub trait UIView_UIViewKeyframeAnimations: Sized + Deref {
    unsafe fn animateKeyframesWithDuration_delay_options_animations_completion_(
        duration: NSTimeInterval,
        delay: NSTimeInterval,
        options: UIViewKeyframeAnimationOptions,
        animations: _bindgen_ty_id_157559,
        completion: _bindgen_ty_id_157563
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn addKeyframeWithRelativeStartTime_relativeDuration_animations_(
        frameStartTime: f64,
        frameDuration: f64,
        animations: _bindgen_ty_id_157568
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn animateKeyframesWithDuration_delay_options_animations_completion_(
    duration: NSTimeInterval,
    delay: NSTimeInterval,
    options: UIViewKeyframeAnimationOptions,
    animations: _bindgen_ty_id_157559,
    completion: _bindgen_ty_id_157563
) where
    Self::Target: Message + Sized

unsafe fn addKeyframeWithRelativeStartTime_relativeDuration_animations_(
    frameStartTime: f64,
    frameDuration: f64,
    animations: _bindgen_ty_id_157568
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_UIViewKeyframeAnimations for UIActionSheet[src]

impl UIView_UIViewKeyframeAnimations for UIActivityIndicatorView[src]

impl UIView_UIViewKeyframeAnimations for UIAlertView[src]

impl UIView_UIViewKeyframeAnimations for UIButton[src]

impl UIView_UIViewKeyframeAnimations for UICollectionReusableView[src]

impl UIView_UIViewKeyframeAnimations for UICollectionView[src]

impl UIView_UIViewKeyframeAnimations for UICollectionViewCell[src]

impl UIView_UIViewKeyframeAnimations for UIControl[src]

impl UIView_UIViewKeyframeAnimations for UIDatePicker[src]

impl UIView_UIViewKeyframeAnimations for UIImageView[src]

impl UIView_UIViewKeyframeAnimations for UIInputView[src]

impl UIView_UIViewKeyframeAnimations for UILabel[src]

impl UIView_UIViewKeyframeAnimations for UINavigationBar[src]

impl UIView_UIViewKeyframeAnimations for UIPageControl[src]

impl UIView_UIViewKeyframeAnimations for UIPickerView[src]

impl UIView_UIViewKeyframeAnimations for UIPopoverBackgroundView[src]

impl UIView_UIViewKeyframeAnimations for UIProgressView[src]

impl UIView_UIViewKeyframeAnimations for UIRefreshControl[src]

impl UIView_UIViewKeyframeAnimations for UIScrollView[src]

impl UIView_UIViewKeyframeAnimations for UISearchBar[src]

impl UIView_UIViewKeyframeAnimations for UISearchTextField[src]

impl UIView_UIViewKeyframeAnimations for UISegmentedControl[src]

impl UIView_UIViewKeyframeAnimations for UISlider[src]

impl UIView_UIViewKeyframeAnimations for UIStackView[src]

impl UIView_UIViewKeyframeAnimations for UISwitch[src]

impl UIView_UIViewKeyframeAnimations for UITabBar[src]

impl UIView_UIViewKeyframeAnimations for UITableView[src]

impl UIView_UIViewKeyframeAnimations for UITableViewCell[src]

impl UIView_UIViewKeyframeAnimations for UITableViewHeaderFooterView[src]

impl UIView_UIViewKeyframeAnimations for UITextField[src]

impl UIView_UIViewKeyframeAnimations for UITextView[src]

impl UIView_UIViewKeyframeAnimations for UIToolbar[src]

impl UIView_UIViewKeyframeAnimations for UIView[src]

impl UIView_UIViewKeyframeAnimations for UIVisualEffectView[src]

impl UIView_UIViewKeyframeAnimations for UIWebView[src]

impl UIView_UIViewKeyframeAnimations for UIWindow[src]

Loading content...