[][src]Trait uikit_sys::UIView_UIViewAnimation

pub trait UIView_UIViewAnimation: Sized + Deref {
    unsafe fn setAnimationsEnabled_(enabled: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn performWithoutAnimation_(
        actionsWithoutAnimation: _bindgen_ty_id_157489
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn areAnimationsEnabled() -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn inheritedAnimationDuration() -> NSTimeInterval
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn setAnimationsEnabled_(enabled: BOOL) where
    Self::Target: Message + Sized

unsafe fn performWithoutAnimation_(
    actionsWithoutAnimation: _bindgen_ty_id_157489
) where
    Self::Target: Message + Sized

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

unsafe fn inheritedAnimationDuration() -> NSTimeInterval where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_UIViewAnimation for UIActionSheet[src]

impl UIView_UIViewAnimation for UIActivityIndicatorView[src]

impl UIView_UIViewAnimation for UIAlertView[src]

impl UIView_UIViewAnimation for UIButton[src]

impl UIView_UIViewAnimation for UICollectionReusableView[src]

impl UIView_UIViewAnimation for UICollectionView[src]

impl UIView_UIViewAnimation for UICollectionViewCell[src]

impl UIView_UIViewAnimation for UIControl[src]

impl UIView_UIViewAnimation for UIDatePicker[src]

impl UIView_UIViewAnimation for UIImageView[src]

impl UIView_UIViewAnimation for UIInputView[src]

impl UIView_UIViewAnimation for UILabel[src]

impl UIView_UIViewAnimation for UINavigationBar[src]

impl UIView_UIViewAnimation for UIPageControl[src]

impl UIView_UIViewAnimation for UIPickerView[src]

impl UIView_UIViewAnimation for UIPopoverBackgroundView[src]

impl UIView_UIViewAnimation for UIProgressView[src]

impl UIView_UIViewAnimation for UIRefreshControl[src]

impl UIView_UIViewAnimation for UIScrollView[src]

impl UIView_UIViewAnimation for UISearchBar[src]

impl UIView_UIViewAnimation for UISearchTextField[src]

impl UIView_UIViewAnimation for UISegmentedControl[src]

impl UIView_UIViewAnimation for UISlider[src]

impl UIView_UIViewAnimation for UIStackView[src]

impl UIView_UIViewAnimation for UISwitch[src]

impl UIView_UIViewAnimation for UITabBar[src]

impl UIView_UIViewAnimation for UITableView[src]

impl UIView_UIViewAnimation for UITableViewCell[src]

impl UIView_UIViewAnimation for UITableViewHeaderFooterView[src]

impl UIView_UIViewAnimation for UITextField[src]

impl UIView_UIViewAnimation for UITextView[src]

impl UIView_UIViewAnimation for UIToolbar[src]

impl UIView_UIViewAnimation for UIView[src]

impl UIView_UIViewAnimation for UIVisualEffectView[src]

impl UIView_UIViewAnimation for UIWebView[src]

impl UIView_UIViewAnimation for UIWindow[src]

Loading content...