[][src]Trait uikit_sys::UIView_DeprecatedAnimations

pub trait UIView_DeprecatedAnimations: Sized + Deref {
    unsafe fn beginAnimations_context_(
        animationID: NSString,
        context: *mut c_void
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn commitAnimations()
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAnimationDelegate_(delegate: id)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAnimationWillStartSelector_(selector: Sel)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAnimationDidStopSelector_(selector: Sel)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAnimationDuration_(duration: NSTimeInterval)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAnimationDelay_(delay: NSTimeInterval)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAnimationStartDate_(startDate: NSDate)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAnimationCurve_(curve: UIViewAnimationCurve)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAnimationRepeatCount_(repeatCount: f32)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAnimationRepeatAutoreverses_(repeatAutoreverses: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAnimationBeginsFromCurrentState_(fromCurrentState: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAnimationTransition_forView_cache_(
        transition: UIViewAnimationTransition,
        view: UIView,
        cache: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn beginAnimations_context_(animationID: NSString, context: *mut c_void) where
    Self::Target: Message + Sized

unsafe fn commitAnimations() where
    Self::Target: Message + Sized

unsafe fn setAnimationDelegate_(delegate: id) where
    Self::Target: Message + Sized

unsafe fn setAnimationWillStartSelector_(selector: Sel) where
    Self::Target: Message + Sized

unsafe fn setAnimationDidStopSelector_(selector: Sel) where
    Self::Target: Message + Sized

unsafe fn setAnimationDuration_(duration: NSTimeInterval) where
    Self::Target: Message + Sized

unsafe fn setAnimationDelay_(delay: NSTimeInterval) where
    Self::Target: Message + Sized

unsafe fn setAnimationStartDate_(startDate: NSDate) where
    Self::Target: Message + Sized

unsafe fn setAnimationCurve_(curve: UIViewAnimationCurve) where
    Self::Target: Message + Sized

unsafe fn setAnimationRepeatCount_(repeatCount: f32) where
    Self::Target: Message + Sized

unsafe fn setAnimationRepeatAutoreverses_(repeatAutoreverses: BOOL) where
    Self::Target: Message + Sized

unsafe fn setAnimationBeginsFromCurrentState_(fromCurrentState: BOOL) where
    Self::Target: Message + Sized

unsafe fn setAnimationTransition_forView_cache_(
    transition: UIViewAnimationTransition,
    view: UIView,
    cache: BOOL
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_DeprecatedAnimations for UIActionSheet[src]

impl UIView_DeprecatedAnimations for UIActivityIndicatorView[src]

impl UIView_DeprecatedAnimations for UIAlertView[src]

impl UIView_DeprecatedAnimations for UIButton[src]

impl UIView_DeprecatedAnimations for UICollectionReusableView[src]

impl UIView_DeprecatedAnimations for UICollectionView[src]

impl UIView_DeprecatedAnimations for UICollectionViewCell[src]

impl UIView_DeprecatedAnimations for UIControl[src]

impl UIView_DeprecatedAnimations for UIDatePicker[src]

impl UIView_DeprecatedAnimations for UIImageView[src]

impl UIView_DeprecatedAnimations for UIInputView[src]

impl UIView_DeprecatedAnimations for UILabel[src]

impl UIView_DeprecatedAnimations for UINavigationBar[src]

impl UIView_DeprecatedAnimations for UIPageControl[src]

impl UIView_DeprecatedAnimations for UIPickerView[src]

impl UIView_DeprecatedAnimations for UIPopoverBackgroundView[src]

impl UIView_DeprecatedAnimations for UIProgressView[src]

impl UIView_DeprecatedAnimations for UIRefreshControl[src]

impl UIView_DeprecatedAnimations for UIScrollView[src]

impl UIView_DeprecatedAnimations for UISearchBar[src]

impl UIView_DeprecatedAnimations for UISearchTextField[src]

impl UIView_DeprecatedAnimations for UISegmentedControl[src]

impl UIView_DeprecatedAnimations for UISlider[src]

impl UIView_DeprecatedAnimations for UIStackView[src]

impl UIView_DeprecatedAnimations for UISwitch[src]

impl UIView_DeprecatedAnimations for UITabBar[src]

impl UIView_DeprecatedAnimations for UITableView[src]

impl UIView_DeprecatedAnimations for UITableViewCell[src]

impl UIView_DeprecatedAnimations for UITableViewHeaderFooterView[src]

impl UIView_DeprecatedAnimations for UITextField[src]

impl UIView_DeprecatedAnimations for UITextView[src]

impl UIView_DeprecatedAnimations for UIToolbar[src]

impl UIView_DeprecatedAnimations for UIView[src]

impl UIView_DeprecatedAnimations for UIVisualEffectView[src]

impl UIView_DeprecatedAnimations for UIWebView[src]

impl UIView_DeprecatedAnimations for UIWindow[src]

Loading content...